Skip to content

Commit

Permalink
Simplify setup
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Nov 8, 2024
1 parent ba2328d commit a0caa3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
diff: true
format: rdjson
output: reviewdog.json
output: rd.json
- name: Run reviewdog
if: always()
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cat reviewdog.json | reviewdog -f=rdjson -reporter=github-pr-check
touch rd.json && cat rd.json | reviewdog -f=rdjson -reporter=github-pr-check
1 change: 0 additions & 1 deletion bearer.ignore

This file was deleted.

1 change: 0 additions & 1 deletion reviewdog.json

This file was deleted.

0 comments on commit a0caa3e

Please sign in to comment.