Skip to content

Workflow file for this run

---
name: "Build All"
on:
push:
paths:
- .github/workflows/build_all.yml
pull_request:
paths:
- .github/workflows/build_all.yml
jobs:
build_robotmk:
uses: ./github/workflows/robotmk.yml@v1

Check failure on line 13 in .github/workflows/build_all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_all.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
build_rcc:
uses: ./github/workflows/rcc.yml@v1