Skip to content

Commit b5400f6

Browse files
committed
Swift: remove rebase artifact
1 parent d49015a commit b5400f6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,6 @@ jobs:
112112
with:
113113
name: swift-generated-cpp-files
114114
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
124115
database-upgrade-scripts:
125116
runs-on: ubuntu-latest
126117
steps:

0 commit comments

Comments
 (0)