Skip to content

Commit

Permalink
Address paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
tickinginstant committed Aug 2, 2023
1 parent 96b74d1 commit f58d21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: rubocop checkstyle ${{ github.run_id }} ${{ github.run_attempt }}
name: rubocop-checkstyle-${{ github.run_id }}-${{ github.run_attempt }}
path: checkstyle.xml

rubocop_post:
Expand All @@ -48,13 +48,13 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: rubocop checkstyle ${{ github.run_id }} ${{ github.run_attempt }}
name: rubocop-checkstyle-${{ github.run_id }}-${{ github.run_attempt }}

- name: Run reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cat checkstyle.yml |
cat rubocop-checkstyle-${{ github.run_id }}-${{ github.run_attempt }}/checkstyle.yml |
reviewdog -f checkstyle \
-name Rubocop \
-reporter=github-pr-review

0 comments on commit f58d21e

Please sign in to comment.