From de5236bc3caed106150849f92eb476f0f9654aaa Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 1 Jun 2025 12:45:38 -0400 Subject: [PATCH] Some debug --- .gitea/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 2e7f1a5..8b0d7cf 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -17,4 +17,8 @@ jobs: uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} - name: wc -l - run: wc -l action.yml + run: | + set +x + pwd + ls + wc -l action.yml