lets try something
All checks were successful
WANessa CI / main (push) Successful in 1m13s

This commit is contained in:
Lukas Langrock 2024-02-20 18:26:50 +01:00
parent 0a14dd411c
commit 7e0ad21a74

View File

@ -36,7 +36,6 @@ jobs:
args: --all args: --all
- name: Format project with rustfmt - name: Format project with rustfmt
run: | 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 cargo fmt --all --verbose