fix(CI): CI bug fixed | docs: Added charity contribution link (#532) (#533)

* 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:
vladislav doster 2021-10-04 04:26:36 -05:00 committed by GitHub
parent 7d5a15f7ce
commit 4a349a3b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@ jobs:
run: |
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 commit --all -m "chore: format with stylua" init.lua lua/**
if [[ -n $(git status -s) ]]; then
git commit --all --message "chore: format with stylua"
fi
- name: Push changes
uses: ad-m/github-push-action@master