* fix: Fix stylua CI formatter | add charity link Update format.yml * chore: format with stylua Co-authored-by: Ashin Antony <83629316+ashincoder@users.noreply.github.com> Signed-off-by: Vladislav Doster <mvdoster@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d5a15f7ce
commit
4a349a3b45
|
@ -19,8 +19,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
if ! [[ -z $(git status -s) ]]; then
|
if [[ -n $(git status -s) ]]; then
|
||||||
git commit --all -m "chore: format with stylua" init.lua lua/**
|
git commit --all --message "chore: format with stylua"
|
||||||
fi
|
fi
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
|
|
Loading…
Reference in New Issue