[#66] .forgejo: Make 'fmt' job fail on changed files
All checks were successful
Formatters / Run fmt (pull_request) Successful in 21s
Pre-commit hooks / Pre-commit (pull_request) Successful in 41s
DCO action / DCO (pull_request) Successful in 45s

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 b2f5205976
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
git diff --exit-code --quiet