mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Run formatting
This commit is contained in:
parent
4671416120
commit
6fc630f46e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,5 +16,5 @@ jobs:
|
|||
- name: Install deps
|
||||
run: sudo apt-get install indent
|
||||
- name: make format
|
||||
run: ! git status -s | grep "^ M "
|
||||
run: make format && ! git status -s | grep "^ M "
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue