Skip to content

Commit f2038d0

Browse files
committed
Minor cleanups.
1 parent 6dff3f6 commit f2038d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: ruby/setup-ruby@v1
99
with:
1010
bundler-cache: true
11-
- run: bundle exec rubocop
11+
- run: bin/rubocop
1212
test:
1313
needs: check
1414
runs-on: ubuntu-latest

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
22

3-
# Configure the development or production environment; must be idempotent.
3+
# Configure the development environment; must be idempotent.
44

55
require "fileutils"
66

0 commit comments

Comments
 (0)