remove langauge specific format checks

This commit is contained in:
erik-krogh
2022-11-10 17:47:14 +01:00
parent bda4b52395
commit fbb2dcf7a8
3 changed files with 1 additions and 30 deletions

View File

@@ -111,13 +111,4 @@ jobs:
- uses: actions/upload-artifact@v3
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
path: swift/generated-cpp-files/**