Skip to content

Commit ca6ba49

Browse files
committed
fix(ci/formatter): remove init.lua reference
1 parent 28eaf15 commit ca6ba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2020
git config --local user.name "github-actions[bot]"
2121
if [[ ! -z $(git status -s) ]]; then
22-
git add init.lua lua/
22+
git add lua/
2323
git commit -m "Format source code"
2424
fi
2525
- name: Push formatted files

0 commit comments

Comments
 (0)