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