auto-format #20
@ -115,7 +115,7 @@ steps:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0
|
||||
- cargo fmt --all --verbose
|
||||
- apk add git openssh gpg
|
||||
- apk add git openssh gpg gpg-agent
|
||||
- '[ $(git log -1 --pretty=%B | grep -E ".+") = "rustfmt" ] && echo "format loop detected, aborting..." && exit 1'
|
||||
|
||||
- mkdir -p "$${HOME}/.ssh"
|
||||
|
Reference in New Issue
Block a user