We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7947b commit 85e9160Copy full SHA for 85e9160
1 file changed
.github/workflows/rubocop.yml .github/workflows/lint.yml.github/workflows/rubocop.yml renamed to .github/workflows/lint.yml
@@ -3,15 +3,12 @@ name: lint
3
on: [push, pull_request]
4
5
jobs:
6
- lint:
7
- name: RuboCop
+ RuboCop:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
- - name: Set up Ruby
12
- uses: ruby/setup-ruby@v1
+ - uses: ruby/setup-ruby@v1
13
with:
14
ruby-version: "3.4.6"
15
bundler-cache: true
16
- - name: Run RuboCop
17
- run: bundle exec rubocop
+ - run: bundle exec rubocop
0 commit comments