standardrb: don't autofix
Some checks failed
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Failing after 5s
Gitea Actions Demo / test (push) Has been cancelled

This commit is contained in:
Ryan Cavicchioni 2024-07-07 16:31:19 -05:00
parent 9fab7393f7
commit c4e1595c5c
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -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