We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f5f30 commit 7b72018Copy full SHA for 7b72018
swift/.gitignore
@@ -1,6 +1,3 @@
1
-# directory created by bazel run //swift:create-extractor-pack
2
-/extractor-pack
3
-
4
# output files created by running tests
5
*.o
6
swift/actions/run-ql-tests/action.yml
@@ -20,7 +20,6 @@ runs:
20
codeql test run \
21
--threads=0 \
22
--ram 50000 \
23
- --search-path "${{ github.workspace }}/swift/extractor-pack" \
24
--check-databases \
25
--check-unused-labels \
26
--check-repeated-labels \
0 commit comments