Skip to content

Commit 512c771

Browse files
authored
Fix a formatting in test.yml (#443)
This PR is fix a formatting in test.yml. - indentation - too many spaces after colon
1 parent 28fa02e commit 512c771

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
env:
2626
WITH_LATEST_RELINE: ${{matrix.with_latest_reline}}
2727
steps:
28-
- uses: actions/checkout@master
29-
- name: Set up Ruby
30-
uses: ruby/setup-ruby@v1
31-
with:
32-
ruby-version: ${{ matrix.ruby }}
33-
bundler-cache: true
34-
- name: Run tests
35-
run: bundle exec rake test
36-
- name: Run tests in isolation
37-
run: bundle exec rake test_in_isolation
28+
- uses: actions/checkout@master
29+
- name: Set up Ruby
30+
uses: ruby/setup-ruby@v1
31+
with:
32+
ruby-version: ${{ matrix.ruby }}
33+
bundler-cache: true
34+
- name: Run tests
35+
run: bundle exec rake test
36+
- name: Run tests in isolation
37+
run: bundle exec rake test_in_isolation
3838
vterm-yamatanooroti:
3939
name: >-
4040
vterm-yamatanooroti ${{ matrix.ruby }} ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
@@ -71,4 +71,4 @@ jobs:
7171
gem install bundler --no-document
7272
WITH_VTERM=1 bundle install
7373
- name: rake test_yamatanooroti
74-
run: bundle exec rake test_yamatanooroti
74+
run: bundle exec rake test_yamatanooroti

0 commit comments

Comments
 (0)