Skip to content

Commit

Permalink
support codeql analysis (#86)
Browse files Browse the repository at this point in the history
* Support codeql analysis

* Update codeql.yml

* Update codeql.yml
  • Loading branch information
shenxianpeng authored Mar 4, 2024
1 parent 174f8dc commit 4182f6f
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@main
with:
language: python

0 comments on commit 4182f6f

Please # to comment.