Add debug output for clone results

This commit is contained in:
Juno Takano 2025-12-13 18:28:32 -03:00
commit 8faa29887c

View file

@ -10,8 +10,11 @@ jobs:
apt --update -y install git
git clone https://codeberg.org/jutty/en
cd en
ls
- name: formatting
run: |
pwd
ls
rustup component add rustfmt
cargo fmt -- --check
- name: lints