mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
.github: check 'make legal-info' for all builds
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 <troglobit@gmail.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user