From c328a5233e151034b09f25280ec03936084d55e3 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 3 Mar 2025 14:34:00 -0800 Subject: [PATCH] Debug logging --- .gitea/workflows/pr.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pr.yaml b/.gitea/workflows/pr.yaml index 33814a6..dfbb5ca 100644 --- a/.gitea/workflows/pr.yaml +++ b/.gitea/workflows/pr.yaml @@ -18,7 +18,14 @@ jobs: # super-linter needs the full git history to get the # list of files that changed across commits fetch-depth: 0 - + # I _suspect_ that the reason that `npx eslint .` is failing is because it's operating relative to + # `/workspace/scubbo/`, which is not the root of the repo (which is at `/workspace/scubbo/commit-report-sync`) + - name: Debug logging + run: | + pwd + echo "" + ls -la + # Usually I would... # - name: Super Linter # uses: super-linter/super-linter@v7.3.0