Skip to content

Commit

Permalink
fix(ci/formatter): remove init.lua reference
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Jun 30, 2021
1 parent 28eaf15 commit ca6ba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
if [[ ! -z $(git status -s) ]]; then
git add init.lua lua/
git add lua/
git commit -m "Format source code"
fi
- name: Push formatted files
Expand Down

0 comments on commit ca6ba49

Please sign in to comment.