standardrb: don't autofix
This commit is contained in:
parent
9fab7393f7
commit
c4e1595c5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user