mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
remove langauge specific format checks
This commit is contained in:
11
.github/workflows/swift.yml
vendored
11
.github/workflows/swift.yml
vendored
@@ -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/**
|
||||
Reference in New Issue
Block a user