Skip to content

ci: remove workflow version #4

ci: remove workflow version

ci: remove workflow version #4

Workflow file for this run

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

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

error parsing called workflow ".github/workflows/main.yaml" -> "./.github/workflows/test.yml" : failed to fetch workflow: workflow was not found.
release:
needs:
- test
uses: ./.github/workflows/release.yml