aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yaml
diff options
context:
space:
mode:
authorWarrick Lo <wlo@warricklo.net>2026-07-07 06:01:17 +0000
committerWarrick Lo <wlo@warricklo.net>2026-07-07 06:01:17 +0000
commit6c24f49f3239c79173fd180d065f8f03cfaeabfd (patch)
tree4ac1ebc964784b655cda35de979331196b19a3c2 /.github/workflows/lint.yaml
parentMerge branch 'feature/fu' from MyDariell (diff)
parentAdd DCO [skip ci] (diff)
downloadmontreal-feature/fu.tar.xz
montreal-feature/fu.zip
Sync with 'master'feature/fu
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to '.github/workflows/lint.yaml')
-rw-r--r--.github/workflows/lint.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 94ad728..91424ca 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -6,11 +6,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@master
- - uses: chipsalliance/verible-linter-action@main
- with:
- config_file: "lint.rules"
- github_token: ${{ secrets.GITHUB_TOKEN }}
- - name: Fail on lint errors
- run: |
- verible-verilog-lint --lint_fatal=true --rules_config=lint.rules $(find . -name "*.sv" -o -name "*.v")
+ - uses: actions/checkout@master
+ - uses: chipsalliance/verible-linter-action@main
+ with:
+ config_file: "lint.rules"
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ - name: Fail on lint errors
+ run: |
+ verible-verilog-lint --lint_fatal=true --rules_config=lint.rules $(find . -name "*.sv" -o -name "*.v")