Skip to content

Commit

Permalink
Add sarif reporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 7, 2024
1 parent 0e6b19c commit 045b015
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ jobs:
- name: check the exit code
if: ${{ !success() }}
run: echo 'The previous step should fail' && exit 1

test-sarif:
name: runner / <linter-name> (sarif)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
reporter: sarif
locale: "US"

0 comments on commit 045b015

Please sign in to comment.