This is it
This commit is contained in:
parent
c63baacd9c
commit
66b069b50d
1 changed files with 1 additions and 7 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -88,13 +88,7 @@ jobs:
|
||||||
git add init.lua
|
git add init.lua
|
||||||
git commit -m "Publish init.lua"
|
git commit -m "Publish init.lua"
|
||||||
git push --force origin init-lua
|
git push --force origin init-lua
|
||||||
|
git checkout main # switch back to main branch for graceful job ending
|
||||||
# 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