Skip to content

Commit

Permalink
ci: Don't format sources explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed May 30, 2024
1 parent 9038dd4 commit 759597f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Make clean sources
run: |
make clean pkg-sources
- name: Format with verible
run: |
verible-verilog-format --inplace hw/**/*.sv
- name: Check clean
run: |
git status && test -z "$(git status --porcelain)"
Expand Down Expand Up @@ -65,9 +62,6 @@ jobs:
- name: Make clean sources
run: |
make -B pkg-sources
- name: Format with verible
run: |
verible-verilog-format --inplace hw/**/*.sv
- name: Check clean
run: |
git status && test -z "$(git status --porcelain)"
Expand Down

0 comments on commit 759597f

Please sign in to comment.