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:
Côme 2025-02-13 21:25:37 +01:00 committed by GitHub
parent abf21ee221
commit 07bb91f5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,3 +21,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: '$(find core -regex ".*\.\(v\|sv\)$" | grep -v "^core/include/.*_config_pkg.sv$")'
fail_on_formatting_suggestions: true