aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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