From c63baacd9cf3f1bd93e334448554585b7c61768c Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 16 Sep 2025 13:51:22 +0300 Subject: [PATCH] add debug --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dc1556..318b0b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,12 @@ jobs: git commit -m "Publish init.lua" git push --force origin init-lua + # print the current folder path and the contents of the folder + - name: Debug current folder + run: | + pwd + ls -la + check-formatting: runs-on: ubuntu-24.04