Swift: remove rebase artifact

This commit is contained in:
Alex Denisov
2022-11-14 08:55:44 +01:00
parent d49015a7e6
commit b5400f6dc9

View File

@@ -112,15 +112,6 @@ jobs:
with:
name: swift-generated-cpp-files
path: swift/generated-cpp-files/**
qlformat:
runs-on: ubuntu-latest
needs: changes
if: ${{ needs.changes.outputs.ql == 'true' }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/fetch-codeql
- name: Check QL formatting
run: find swift/ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
database-upgrade-scripts:
runs-on: ubuntu-latest
steps: