Skip to content

Commit

Permalink
chore: ignore test files in CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Apr 19, 2022
1 parent 8a62c3f commit 7a73873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: 'javascript'
paths-ignore:
- '**/*.test.js'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 7a73873

Please sign in to comment.