aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-10 22:12:58 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-10 22:12:58 -0500
commit68f31d86a1e80eb3356d108deec7dd391e99bd4c (patch)
treee8a3ba5c418a72d7a115de997ca83ef9d8d1016f
parent9923f0751396decaa6febcaa54da9b6ad9b596b1 (diff)
downloadtanzanite-68f31d86a1e80eb3356d108deec7dd391e99bd4c.tar.gz
tanzanite-68f31d86a1e80eb3356d108deec7dd391e99bd4c.tar.bz2
tanzanite-68f31d86a1e80eb3356d108deec7dd391e99bd4c.zip
just for now
-rw-r--r--.github/workflows/checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index bbaa22f..ad87154 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
+ yarn format || true
git commit -am "Automatically format code" || true
- name: Push Changes
uses: NotEnoughUpdates/github-push-action@master