mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
ci: add the verilator lint
Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
parent
31fa0b476c
commit
b1fbf8c1dc
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -31,6 +31,11 @@ jobs:
|
||||
working-directory: hw/application_fpga
|
||||
run: make firmware.bin testfw.bin all
|
||||
|
||||
# this should to fail on errors, but not on warnings (using -Wno-fatal)
|
||||
- name: lint using verilator
|
||||
working-directory: hw/application_fpga
|
||||
run: make lint
|
||||
|
||||
- name: check fmt of c code
|
||||
working-directory: hw/application_fpga
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user