This is it

This commit is contained in:
Osman Faruk Bayram 2025-09-16 13:56:45 +03:00
parent c63baacd9c
commit 66b069b50d

View file

@ -88,13 +88,7 @@ jobs:
git add init.lua
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
git checkout main # switch back to main branch for graceful job ending
check-formatting:
runs-on: ubuntu-24.04