Skip to content

Commit b93d077

Browse files
authored
Remove CodeQL step from PR workflow
1 parent 2745025 commit b93d077

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
code-style:
6666
uses: ./.github/workflows/lint.yaml
6767

68-
# CodeQL
69-
static-analysis:
70-
uses: ./.github/workflows/codeql-analysis.yml
71-
7268
# TypeScript Typecheck and compiler checks
7369
typescript:
7470
uses: ./.github/workflows/typescript-typecheck.yaml

0 commit comments

Comments
 (0)