standardrb: don't autofix
This commit is contained in:
parent
9fab7393f7
commit
c4e1595c5c
@ -10,8 +10,17 @@ jobs:
|
|||||||
checks: write
|
checks: write
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Ruby Setup
|
||||||
|
uses: ruby/setup-ruby@v1
|
||||||
|
|
||||||
|
- run: bundle install
|
||||||
|
|
||||||
- name: Standard Ruby
|
- name: Standard Ruby
|
||||||
uses: standardrb/standard-ruby-action@v1
|
run: bundle exec standardrb
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: link
|
needs: link
|
||||||
|
Loading…
Reference in New Issue
Block a user