.gitea/workflows/ci.yaml aktualisiert
This commit is contained in:
parent
c203e6a403
commit
d26b458531
@ -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
|
||||
|
Reference in New Issue
Block a user