We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eaf15 commit ca6ba49Copy full SHA for ca6ba49
.github/workflows/format.yml
@@ -19,7 +19,7 @@ jobs:
19
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
20
git config --local user.name "github-actions[bot]"
21
if [[ ! -z $(git status -s) ]]; then
22
- git add init.lua lua/
+ git add lua/
23
git commit -m "Format source code"
24
fi
25
- name: Push formatted files
0 commit comments