add debug ls
This commit is contained in:
parent
35bb9081ab
commit
7e49f33b95
|
@ -11,6 +11,8 @@ jobs:
|
|||
name: format
|
||||
steps:
|
||||
- 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
|
||||
run: cargo fmt --check
|
||||
|
|
Loading…
Reference in New Issue