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 003ac3024e - Show all commits

View File

@ -120,7 +120,7 @@ steps:
- '[ "$(git log -1 --pretty=%B | grep -E ".+")" = "rustfmt" ] && echo "format loop detected, aborting..." && exit 1'
- apk update
- apk add openssh gpg gpg-agent
- apk add openssh gpg gpg-agent linux-utils
- mkdir -p "$${HOME}/.ssh"
- echo "$SSH_PRIVATE_KEY" > "$${HOME}/.ssh/git"