Skip to content

chore: use correct version for @chialab/sveltekit-utils #16

chore: use correct version for @chialab/sveltekit-utils

chore: use correct version for @chialab/sveltekit-utils #16

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main, next]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: [lint, test]
uses: ./.github/workflows/release.yml
secrets: inherit