This website requires JavaScript.
Explore
Help
Sign in
ThetaDev
/
automerge
Watch
1
Star
0
Fork
You've already forked automerge
0
Code
Issues
Pull requests
Projects
Releases
Activity
marks_port
Branches
Tags
No results found.
automerge
/
scripts
/
ci
/
fmt
6 lines
69 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Add script to run cargo fmt
2021-12-21 10:49:51 +00:00
#!/usr/bin/env bash
set -eoux pipefail
Move rust workspace into ./rust After some discussion with PVH I realise that the repo structure in the last reorg was very rust-centric. In an attempt to put each language on a level footing move the rust code and project files into ./rust
2022-10-13 22:00:16 +01:00
cd rust
Add script to run cargo fmt
2021-12-21 10:49:51 +00:00
cargo fmt -- --check
Reference in a new issue
Copy permalink