Skip to content

Commit

Permalink
Update verilog-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jon011235 authored Oct 26, 2023
1 parent 52e9688 commit a88f985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verilog-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v2 # Checkout source
- uses: reviewdog/action-setup@v1 # Setup reviewdog
- uses: SuibianP/verilog-cleaner@v1 # lint and format
- uses: SuibianP/verilog-cleaner@v0.1.1 # lint and format
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: peter-evans/create-pull-request@v3 # Creates pull request with formatting results
Expand Down

0 comments on commit a88f985

Please sign in to comment.