There was an error while loading. Please reload this page.
1 parent 6dff3f6 commit f2038d0Copy full SHA for f2038d0
.github/workflows/pipeline.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: ruby/setup-ruby@v1
9
with:
10
bundler-cache: true
11
- - run: bundle exec rubocop
+ - run: bin/rubocop
12
test:
13
needs: check
14
runs-on: ubuntu-latest
bin/setup
@@ -1,6 +1,6 @@
1
#!/usr/bin/env ruby
2
3
-# Configure the development or production environment; must be idempotent.
+# Configure the development environment; must be idempotent.
4
5
require "fileutils"
6
0 commit comments