mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Initial CFG skeleton code
This commit is contained in:
2
.github/workflows/qltest.yml
vendored
2
.github/workflows/qltest.yml
vendored
@@ -30,5 +30,5 @@ jobs:
|
||||
- name: Build Extractor
|
||||
run: env "PATH=$PATH:${{ github.workspace }}/codeql" ./create-extractor-pack.sh
|
||||
- name: Run QL tests
|
||||
run: codeql/codeql test run --search-path "${{ github.workspace }}" ql/test
|
||||
run: codeql/codeql test run --check-databases --check-unused-labels --search-path "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user