build: Run static code analysis after fw build

Since we now generate at least one source code file we need to run the
static code analysis after the build.
This commit is contained in:
Michael Cardell Widerkrantz 2025-09-01 17:44:53 +02:00
parent 34e9f0a314
commit cbcb7fb1de
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5

View file

@ -50,15 +50,15 @@ jobs:
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: compile firmware and testfw
working-directory: hw/application_fpga
run: make firmware.bin testfw.bin
- name: run static analysis on firmware C code
working-directory: hw/application_fpga
run: |
make check
- name: compile firmware and testfw
working-directory: hw/application_fpga
run: make firmware.bin testfw.bin
check-verilog:
runs-on: ubuntu-latest
container: