From 2927110d46283f12ba37a398c6d9d4fdbc976de5 Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Mon, 17 Jun 2024 12:59:06 -0400 Subject: [PATCH] futz --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2c5f352..3072831 100644 --- a/action.yml +++ b/action.yml @@ -21,9 +21,10 @@ runs: run: bundle install - name: Run Standard Ruby with autofix + id: standardrb shell: bash run: bundle exec standardrb --fix - id: standardrb + continue-on-error: true - name: Commit changes shell: bash