Use ci script to build kitty for code scanning

This commit is contained in:
Kovid Goyal 2020-07-07 08:35:04 +05:30
parent a20e5fefd3
commit de1a0d48a6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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