Skip to content

Commit

Permalink
ci(verible): Add config_file parameter
Browse files Browse the repository at this point in the history
The `config_file` parameter is required apparently, and it triggers a warning if it is not set.
  • Loading branch information
fischeti committed Jan 5, 2024
1 parent 9dabd64 commit ae770fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/floogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Lint SV files
uses: chipsalliance/verible-linter-action@main
with:
config_file: ''
paths:
./generated
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- uses: actions/checkout@v4
- uses: chipsalliance/verible-linter-action@main
with:
config_file: ''
paths: |
./hw
extra_args: "--waiver_files util/verible.waiver"
Expand Down

0 comments on commit ae770fb

Please sign in to comment.