We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572e64a commit df41f05Copy full SHA for df41f05
.github/workflows/rubocop.yml
@@ -13,6 +13,5 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: ruby/setup-ruby@v1
15
with:
16
- ruby-version: 3.1
17
bundler-cache: true
18
- run: bundle exec rubocop
.github/workflows/spec.yml
@@ -17,7 +17,6 @@ jobs:
19
20
21
22
- name: Prepare spec
23
run: |
0 commit comments