Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 6b5657b

Browse files
author
Max Schaefer
committed
Add PR check to ensure everything is autoformatted.
1 parent 04af08c commit 6b5657b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeqltest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Build
3434
run: env PATH=$PATH:$HOME/codeql make
3535

36+
- name: Check that all QL code is autoformatted
37+
run: env PATH=$PATH:$HOME/codeql make AUTOFORMAT=--check-only autoformat
38+
3639
- name: Test
3740
run: env PATH=$PATH:$HOME/codeql make test
3841

0 commit comments

Comments
 (0)