Skip to content

Workflow updates

Workflow updates #44

Workflow file for this run

name: Push to main
on:
workflow_dispatch: {}
push:
branches:
- main
permissions:
contents: write
actions: read
packages: write
id-token: write
attestations: write
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build-and-publish:
uses: ./.github/workflows/build.yaml@main

Check failure on line 24 in .github/workflows/release-dev.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-dev.yaml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
needs:
- test
- lint
with:
snapshot: true