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