Skip to content

Commit

Permalink
try solving linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 8, 2024
1 parent fb0908c commit 0de81e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
reviewdog_version: latest

- name: PR Check
uses: reviewdog/action-nimlint@v1
uses: reviewdog/action-nimlint@v1.17.0
with:
github_token: ${{ secrets.github_token }}
level: 'info'
reporter: github-pr-check # Change reporter.
src: 'src/*.nim'

- name: PR Review
uses: reviewdog/action-nimlint@v1
uses: reviewdog/action-nimlint@v1.17.0
with:
github_token: ${{ secrets.github_token }}
level: 'info'
Expand Down

0 comments on commit 0de81e0

Please sign in to comment.