[#xx] .forgejo: Make 'fmt' job fail on changed files
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
parent
83f2fc5944
commit
5174e9053f
1 changed files with 3 additions and 1 deletions
|
@ -12,4 +12,6 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
apt install -y clang-format
|
apt install -y clang-format
|
||||||
- name: Run fmt
|
- name: Run fmt
|
||||||
run: make fmt
|
run: |
|
||||||
|
make fmt
|
||||||
|
test -z "$(git diff --name-only)"
|
||||||
|
|
Loading…
Reference in a new issue