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