Skip to content

Commit 9364a85

Browse files
committed
add Rust format check to QL-for-QL tests
1 parent 34266cf commit 9364a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ql-for-ql-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
~/.cargo/git
3737
ql/target
3838
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
3941
- name: Build extractor
4042
run: |
4143
cd ql;

0 commit comments

Comments
 (0)