Skip to content

Commit

Permalink
disable verilog formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed May 6, 2024
1 parent 453186e commit dfbcd02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bin/format_verilog.sh
Expand Up @@ -18,10 +18,10 @@ find . \( \
-or -path "./lambdalib/utils/templates/*" \
\) >> $FILES

verible-verilog-format \
--failsafe_success=false \
--indentation_spaces 4 \
--inplace `cat $FILES`
#verible-verilog-format \
# --failsafe_success=false \
# --indentation_spaces 4 \
# --inplace `cat $FILES`

cat $FILES
rm $FILES
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -58,6 +58,6 @@ jobs:
git diff --exit-code
- name: Check lint
if: success() || steps.check-format.conclusion == 'failure'
if: success()
run: |
verible-verilog-lint --rules_config ./.github/workflows/config/verible.rules `cat files.txt`

0 comments on commit dfbcd02

Please sign in to comment.