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 d49015a commit b5400f6Copy full SHA for b5400f6
.github/workflows/swift.yml
@@ -112,15 +112,6 @@ jobs:
112
with:
113
name: swift-generated-cpp-files
114
path: swift/generated-cpp-files/**
115
- qlformat:
116
- runs-on: ubuntu-latest
117
- needs: changes
118
- if: ${{ needs.changes.outputs.ql == 'true' }}
119
- steps:
120
- - uses: actions/checkout@v3
121
- - uses: ./.github/actions/fetch-codeql
122
- - name: Check QL formatting
123
- run: find swift/ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
124
database-upgrade-scripts:
125
runs-on: ubuntu-latest
126
steps:
0 commit comments