Skip to content

fix: syntax error

fix: syntax error #176

name: On Commit to Main
on:
push:
branches:
- main
jobs:
lint_and_test:
uses: andrew-codes/forecast-work/.github/workflows/lint-and-test.yml@main
build:
uses: andrew-codes/forecast-work/.github/workflows/build.yml@main
e2e:
needs: [build]
uses: andrew-codes/forecast-work/.github/workflows/e2e-test.yml@main
package:
needs: [build]
uses: andrew-codes/forecast-work/.github/workflows/package.yml@main

Check failure on line 21 in .github/workflows/on-commit-to-main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-commit-to-main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-commit-to-main.yml" -> "andrew-codes/forecast-work/.github/workflows/package.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.