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 3cf8f934a6 - Show all commits

View File

@ -114,7 +114,7 @@ steps:
- rustup component add rustfmt - rustup component add rustfmt
- 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
- apk add git util-linux - apk add git util-linux openssh
- echo "$WANESSA_SSH_PRIVKEY" > /tmp/ssh - echo "$WANESSA_SSH_PRIVKEY" > /tmp/ssh
- git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh" - git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh"
- git config --local user.name "WANessa" - git config --local user.name "WANessa"