We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9ecfc commit 57a6162Copy full SHA for 57a6162
2 files changed
.github/workflows/swift.yml
@@ -14,9 +14,6 @@ on:
14
- "!**/*.qhelp"
15
branches:
16
- main
17
-defaults:
18
- run:
19
- working-directory: swift
20
21
jobs:
22
changes:
@@ -119,4 +116,4 @@ jobs:
119
116
- uses: actions/checkout@v3
120
117
- uses: ./.github/actions/fetch-codeql
121
118
- name: Check QL formatting
122
- run: find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
+ run: find swift/ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
swift/actions/run-ql-tests/action.yml
@@ -23,6 +23,6 @@ runs:
23
--check-redefined-labels \
24
--check-use-before-definition \
25
${{ inputs.flags }} \
26
- ql/test
+ swift/ql/test
27
env:
28
GITHUB_TOKEN: ${{ github.token }}
0 commit comments