From fce1fc87feb3e6dad1a956d757d856833c9ea5f6 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:01:46 -0500 Subject: update contributors, fix formatting, added a bunch of repo forks --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ad87154..bbaa22f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -49,7 +49,7 @@ jobs: git config --local user.name "github-actions[bot]" - name: Format and Commit run: | - yarn format || true + yarn format git commit -am "Automatically format code" || true - name: Push Changes uses: NotEnoughUpdates/github-push-action@master -- cgit