Skip to content

Commit

Permalink
Support codeql analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Feb 27, 2024
1 parent 8df5e5a commit 15382e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CodeQL

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
codeql:
uses: cpp-linter/.github/.github/workflows/codeql.yml@add-codeql-workflow
with:
language: python

0 comments on commit 15382e9

Please sign in to comment.