Skip to content

Merge pull request #45 from chialab/dependabot/npm_and_yarn/sveltejs/… #60

Merge pull request #45 from chialab/dependabot/npm_and_yarn/sveltejs/…

Merge pull request #45 from chialab/dependabot/npm_and_yarn/sveltejs/… #60

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main]
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
permissions:
id-token: write # Required for OIDC
contents: write # Required to create the release
pull-requests: write # Required to create the release PR