aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-28 09:31:06 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-28 09:31:06 -0500
commit193bf9aee438092227197492e3e0375cef19ba3a (patch)
tree3bf2f51ed98ebfa2f982a92f46014f08bb8925c8 /.github/workflows
parent453683b57b8ff013ff25e2aaa4aa1d2e047edcb7 (diff)
downloadtanzanite-193bf9aee438092227197492e3e0375cef19ba3a.tar.gz
tanzanite-193bf9aee438092227197492e3e0375cef19ba3a.tar.bz2
tanzanite-193bf9aee438092227197492e3e0375cef19ba3a.zip
make formatting cause errors again if it fails
Diffstat (limited to '.github/workflows')
-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 1843c9b..f005f4a 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