Skip to content

Commit

Permalink
.github: check 'make legal-info' for all builds
Browse files Browse the repository at this point in the history
A fairly quick step that runs for all build targets, likely saving us a
lot of time for release weeks.

Fixes #574

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Aug 28, 2024
1 parent 430414a commit ccd2b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
echo "Building ${{ matrix.target }}_defconfig ..."
make
- name: Check SBOM from Build
run: |
make legal-info
- name: Prepare ${{ matrix.target }} Artifact
run: |
cd output/
Expand Down

0 comments on commit ccd2b15

Please sign in to comment.