Skip to content

Use reusable workflows in automated actions #117

Use reusable workflows in automated actions

Use reusable workflows in automated actions #117

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Build entire platform

Invalid workflow file

The workflow is not valid. In .github/workflows/standard_checks.yml (Line: 9, Col: 11): Error from called workflow concordia-fsae/firmware/.github/workflows/build.yml@2749e41cba4c644a7dabfc628414093cd68fac9c (Line: 14, Col: 9): Unexpected value 'options' In .github/workflows/standard_checks.yml (Line: 9, Col: 11): Error from called workflow concordia-fsae/firmware/.github/workflows/build.yml@2749e41cba4c644a7dabfc628414093cd68fac9c (Line: 13, Col: 9): Required property is missing: type
with:
build-targets: cfr24
flags: -j32 --flashable-bootloader --package
build-type: platform
cfr25:
uses: ./.github/workflows/build.yml
with:
build-targets: cfr25
flags: -j32 --flashable-bootloader --package
build-type: platform
updaters:
needs: [ cfr24, cfr25 ]
uses: ./.github/workflows/build.yml
with:
build-targets: bl:1000,1001,1002,1003,1004,1005,1010,1011,1030,1031,1032
flags: -j32 --flashable-bootloader --package
build-type: targets