Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
Signed-off-by: Hollow Man <hollowman@opensuse.org>
  • Loading branch information
HollowMan6 committed Apr 17, 2023
1 parent b288a51 commit 61bbe23
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ./
with:
file: 'results.sarif'
level: warning
Loading

0 comments on commit 61bbe23

Please sign in to comment.