auto-format #20

Merged
leon merged 143 commits from auto-format into main 2024-02-14 01:18:02 +01:00
Showing only changes of commit f1fb98c714 - Show all commits

View File

@ -115,6 +115,8 @@ steps:
- cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0
- cargo fmt --all --verbose
- apk add git
- git config --local user.name "WANessa"
- git config --local user.email "$WANESSA_EMAIL_ADDRESS"
- git add *
- git status
- git commit -m "rustfmt"