add debug

This commit is contained in:
Osman Faruk Bayram 2025-09-16 13:51:22 +03:00
parent 1bfe1d1f00
commit c63baacd9c

View file

@ -89,6 +89,12 @@ jobs:
git commit -m "Publish init.lua" git commit -m "Publish init.lua"
git push --force origin 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: check-formatting:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04