add debug ls
checks / format (push) Failing after 2s Details
checks / format (pull_request) Failing after 3s Details

This commit is contained in:
cascode 2023-10-21 01:42:24 -07:00
parent 35bb9081ab
commit 7e49f33b95
1 changed files with 3 additions and 1 deletions

View File

@ -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