From 8faa29887c36993fca372571c7d593fe1d301b3a Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 13 Dec 2025 18:28:32 -0300 Subject: [PATCH] Add debug output for clone results --- .forgejo/workflows/check.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 25885d0..eb72507 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -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