mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 03:44:46 -04:00
ci: require correct formatting (#2771)
let CI fail if verible catches mismatches to prevent them from being accidentally merged Co-authored-by: JeanRochCoulon <jean-roch.coulon@thalesgroup.com>
This commit is contained in:
parent
abf21ee221
commit
07bb91f5a2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/verible.yml
vendored
1
.github/workflows/verible.yml
vendored
|
@ -21,3 +21,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
files: '$(find core -regex ".*\.\(v\|sv\)$" | grep -v "^core/include/.*_config_pkg.sv$")'
|
files: '$(find core -regex ".*\.\(v\|sv\)$" | grep -v "^core/include/.*_config_pkg.sv$")'
|
||||||
|
fail_on_formatting_suggestions: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue