add debug ls
This commit is contained in:
parent
3b14b93d17
commit
e27d224d3d
|
@ -11,6 +11,6 @@ jobs:
|
|||
name: format
|
||||
steps:
|
||||
- name: TODO put in image base
|
||||
run: rustup component add rustfmt
|
||||
run: "rustup component add rustfmt && ls"
|
||||
- name: rustfmt
|
||||
run: cargo fmt --check
|
||||
|
|
Loading…
Reference in New Issue