Skip to content

Commit

Permalink
Add actually working linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jon011235 authored Oct 26, 2023
1 parent a88f985 commit c4bbafe
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/verilog-linter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
on: [pull_request]

name: Verible linter example
on:
pull_request:
jobs:
clean-verilog:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Checkout source
- uses: reviewdog/action-setup@v1 # Setup reviewdog
- uses: SuibianP/[email protected] # lint and format
- uses: actions/checkout@master
- uses: chipsalliance/verible-linter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: peter-evans/create-pull-request@v3 # Creates pull request with formatting results
with:
delete-branch: true

0 comments on commit c4bbafe

Please sign in to comment.