auto-format #20
@ -112,7 +112,8 @@ steps:
|
||||
- echo "nameserver 1.1.1.1" >> /etc/resolv.conf
|
||||
- echo "nameserver 1.0.0.1" >> /etc/resolv.conf
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --all --verbose && echo "No formatting required, exiting early..." && exit 0
|
||||
- cargo fmt --all --check && echo "No formatting required, exiting early..." ; exit 0
|
||||
- cargo fmt --all --verbose
|
||||
- apk add git
|
||||
- git add *
|
||||
- git status
|
||||
|
Reference in New Issue
Block a user