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 34266cf commit 9364a85Copy full SHA for 9364a85
.github/workflows/ql-for-ql-tests.yml
@@ -36,6 +36,8 @@ jobs:
36
~/.cargo/git
37
ql/target
38
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-qltest-cargo-${{ hashFiles('ql/rust-toolchain.toml', 'ql/**/Cargo.lock') }}
39
+ - name: Check formatting
40
+ run: cd ql; cargo fmt --all -- --check
41
- name: Build extractor
42
run: |
43
cd ql;
0 commit comments