.gitea/workflows/ci.yaml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
WANessa CI / main (push) Successful in 1m10s

This commit is contained in:
Lukas Langrock 2024-02-20 12:41:19 +01:00
parent c203e6a403
commit d26b458531

View File

@ -37,7 +37,7 @@ jobs:
- name: Format project with rustfmt
run: |
# Run format or exit if not required
#cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0
cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0
cargo fmt --all --verbose
# Check for format loop