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

This commit is contained in:
cascode 2023-10-21 01:41:08 -07:00
parent b98fd1352a
commit 35bb9081ab
1 changed files with 1 additions and 1 deletions

View File

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