add debug
This commit is contained in:
parent
1bfe1d1f00
commit
c63baacd9c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue