Skip to content

Commit

Permalink
use no-filter for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Oct 24, 2020
1 parent de49779 commit ffe87c6
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 @@ -41,7 +41,7 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cat ./_testdata/custom_rdjson.json | \
reviewdog -name="custom-rdjson" -f=rdjson -reporter=github-check -level=info
reviewdog -name="custom-rdjson" -f=rdjson -reporter=github-check -level=info -filter-mode=nofilter
reviewdog-pr:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit ffe87c6

Please sign in to comment.