From 99a8425023e80dc5eebf2ddd1d74efced2c35fd3 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a8e8589..8750096 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -10,8 +10,14 @@ jobs: checks: write contents: write steps: + - name: Checkout + uses: actions/checkout@v4 + + - run: bundle install + - name: Standard Ruby - uses: standardrb/standard-ruby-action@v1 + run: bundle exec standardrb + test: needs: link