[#xx] .forgejo: Make 'fmt' job fail on changed files
Some checks failed
DCO action / DCO (pull_request) Failing after 26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 26s
Formatters / Run fmt (pull_request) Successful in 32s

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
Aleksey Savchuk 2024-09-12 21:44:19 +03:00
parent 83f2fc5944
commit 5174e9053f
No known key found for this signature in database

View file

@ -12,4 +12,6 @@ jobs:
apt update
apt install -y clang-format
- name: Run fmt
run: make fmt
run: |
make fmt
test -z "$(git diff --name-only)"