Skip to content

ci: set workflow version #2

ci: set workflow version

ci: set workflow version #2

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
test:
uses: .github/workflows/test.yml@main

Check failure on line 8 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
release:
needs:
- test
uses: .github/workflows/release.yml@main