Skip to content

Commit 85e9160

Browse files
committed
Standardize GHA naming.
1 parent ee7947b commit 85e9160

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: lint
33
on: [push, pull_request]
44

55
jobs:
6-
lint:
7-
name: RuboCop
6+
RuboCop:
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v2
11-
- name: Set up Ruby
12-
uses: ruby/setup-ruby@v1
10+
- uses: ruby/setup-ruby@v1
1311
with:
1412
ruby-version: "3.4.6"
1513
bundler-cache: true
16-
- name: Run RuboCop
17-
run: bundle exec rubocop
14+
- run: bundle exec rubocop

0 commit comments

Comments
 (0)