Skip to content

Use reusable workflows in automated actions #121

Use reusable workflows in automated actions

Use reusable workflows in automated actions #121

Workflow file for this run

name: 'Build entire platform'
on:
pull_request:
branches: [ master ]
jobs:
cfr24:
uses: concordia-fsae/firmware/.github/workflows/build.yml@master

Check failure on line 9 in .github/workflows/standard_checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/standard_checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/standard_checks.yml" -> "concordia-fsae/firmware/.github/workflows/build.yml@master" (source branch with sha:f073ed71eb1f3398928e01861f842370e430219a) : reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
with:
build-targets: cfr24
flags: -j32 --flashable-bootloader --package
build-type: platform
cfr25:
uses: concordia-fsae/firmware/.github/workflows/build.yml@master
with:
build-targets: cfr25
flags: -j32 --flashable-bootloader --package
build-type: platform
updaters:
needs: [ cfr24, cfr25 ]
uses: concordia-fsae/firmware/.github/workflows/build.yml@master
with:
build-targets: bl:1000,1001,1002,1003,1004,1005,1010,1011,1030,1031,1032
flags: -j32 --flashable-bootloader --package
build-type: targets