Skip to content

Commit 35ef26d

Browse files
committed
Fix indent
1 parent 93d7eed commit 35ef26d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- windows-latest
2626
name: Test with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v4
29-
- uses: ruby/setup-ruby@v1
30-
with:
31-
ruby-version: ${{ matrix.ruby }}
32-
- name: unit testing
33-
env:
34-
CI: true
35-
run: |
36-
bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"
28+
- uses: actions/checkout@v4
29+
- uses: ruby/setup-ruby@v1
30+
with:
31+
ruby-version: ${{ matrix.ruby }}
32+
- name: unit testing
33+
env:
34+
CI: true
35+
run: |
36+
bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"

0 commit comments

Comments
 (0)