Skip to content

reviewdog

reviewdog accepts SARIF directly:

- run: npx dscheck-cli check src --format sarif > dscheck.sarif || true
- uses: reviewdog/action-setup@v1
- run: reviewdog -f=sarif -name=dscheck -reporter=github-pr-review < dscheck.sarif
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}