Skip to content

Commit

Permalink
chore: disable codeql for type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Nov 7, 2023
1 parent 912ed77 commit a089d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

paths-ignore:
- '**/*.test-d.ts(x?)'
- name: Autobuild
uses: github/codeql-action/autobuild@v2

Expand Down

0 comments on commit a089d76

Please sign in to comment.