Skip to content

Commit

Permalink
Fix github action for validating JSON resources
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Mar 21, 2024
1 parent c8dd361 commit 3450964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resource-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Validate resource hub JSON files
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node .github/scripts/validateResources.js | reviewdog -f=checkstyle -name="Validate Resources" -reporter=github-pr-check -fail-on-error=true
run: node .github/scripts/validateResources.js | reviewdog -efm="%f:%l:%c:%m" -name="Validate Resources" -reporter=github-pr-check -fail-on-error=true

0 comments on commit 3450964

Please sign in to comment.