Skip to content

fix: syntax of the Verible action script #8

fix: syntax of the Verible action script

fix: syntax of the Verible action script #8

Workflow file for this run

# GitHub Action to run Verible linting on pull requests
# See https://github.com/chipsalliance/verible-linter-action
name: verible-lint HPDcache source code
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: chipsalliance/verible-linter-action@main
with:
config_file: ./rtl/lint/verible_rules.cfg
paths: |
./rtl/include
./rtl/src
extensions: |
.sv
.svh
github_token: ${{ secrets.GITHUB_TOKEN }}
reviewdog_reporter: 'github-pr-check'
verible_version: "v0.0-3684-g23cda0c4"
suggest_fixes: 'false'
extra_args: |
--waiver_files=rtl/lint/verible.waiver
--check_syntax=true