Skip to content

Commit 4182f6f

Browse files
authored
support codeql analysis (#86)
* Support codeql analysis * Update codeql.yml * Update codeql.yml
1 parent 174f8dc commit 4182f6f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/codeql.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CodeQL
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
codeql:
12+
uses: cpp-linter/.github/.github/workflows/codeql.yml@main
13+
with:
14+
language: python

0 commit comments

Comments
 (0)