Skip to content

Commit

Permalink
Fix misplaced input
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceGA committed May 11, 2020
1 parent f3a043e commit ce304e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
uses: actions/checkout@v1
- name: misspell
uses: docker://reviewdog/action-golangci-lint:v1
github_token: ${{ secrets.github_token }}
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--disable-all -E misspell ./testdata"
tool_name: misspell
level: info

0 comments on commit ce304e3

Please sign in to comment.