Use ci script to build kitty for code scanning
This commit is contained in:
parent
a20e5fefd3
commit
de1a0d48a6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -34,7 +34,8 @@ jobs:
|
|||
# with:
|
||||
# languages: go, javascript, csharp, python, cpp, java
|
||||
|
||||
- run: make
|
||||
- name: Build kitty
|
||||
run: python .github/workflows/ci.py build
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue