We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56550cb commit ad670beCopy full SHA for ad670be
.github/workflows/ci.yml
@@ -13,13 +13,12 @@ jobs:
13
shell: bash
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
+ - uses: ruby/setup-ruby@v1
17
with:
18
ruby-version: ${{ matrix.ruby-version }}
19
- run: gem install bundler:2.4.22
20
- run: bundle install
21
- run: bundle exec rubocop
22
-
23
test:
24
needs: lint
25
runs-on: ubuntu-latest
@@ -31,7 +30,7 @@ jobs:
31
30
32
33
34
35
36
37
0 commit comments