forked from TrueCloudLab/frostfs-api
[#66] .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
b2f5205976
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
|
||||||
|
git diff --exit-code --quiet
|
||||||
|
|
Loading…
Reference in a new issue