Skip to content

Commit cbaebe7

Browse files
committed
Add formatting step to CI
Signed-off-by: poppysec <[email protected]>
1 parent 189aee9 commit cbaebe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Run linting
4949
run: make lint
5050

51+
- name: Run formatting
52+
run: make format
53+
5154
- name: Run tests
5255
run: make test
5356

0 commit comments

Comments
 (0)