From c4e1595c5ccc95c4245c3bf53bb521754f7f292e Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 7 Jul 2024 16:31:19 -0500 Subject: [PATCH] standardrb: don't autofix --- .gitea/workflows/demo.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a8e8589..f83cb1c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -10,8 +10,17 @@ jobs: checks: write contents: write steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Ruby Setup + uses: ruby/setup-ruby@v1 + + - run: bundle install + - name: Standard Ruby - uses: standardrb/standard-ruby-action@v1 + run: bundle exec standardrb + test: needs: link