update ci
This commit is contained in:
+11
-3
@@ -8,7 +8,15 @@ inputs:
|
||||
- name: repo
|
||||
|
||||
run:
|
||||
path: cargo
|
||||
args: ["fmt", "--", "--check"]
|
||||
dir: "repo"
|
||||
# path: cargo
|
||||
# args: ["fmt", "--", "--check"]
|
||||
# dir: "repo"
|
||||
|
||||
# TODO: create an image with cargo check already installed
|
||||
path: sh
|
||||
args:
|
||||
- -exc
|
||||
- |
|
||||
rustup component add rustfmt
|
||||
cargo fmt -- --check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user