Skip to content

Commit 40b2935

Browse files
authored
Merge pull request #111 from ydah/format_yaml_files
Format .github/workflows/ci.yml
2 parents 40349f5 + 6362c37 commit 40b2935

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
@@ -10,12 +10,12 @@ jobs:
1010
ruby_version: ["2.7", "3.0", "3.1"]
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- name: Set up Ruby
15-
uses: ruby/setup-ruby@v1
16-
with:
17-
ruby-version: ${{ matrix.ruby_version }}
18-
- name: Install dependencies
19-
run: bundle install --jobs 4 --retry 3
20-
- name: Run tests
21-
run: bundle exec rake
13+
- uses: actions/checkout@v2
14+
- name: Set up Ruby
15+
uses: ruby/setup-ruby@v1
16+
with:
17+
ruby-version: ${{ matrix.ruby_version }}
18+
- name: Install dependencies
19+
run: bundle install --jobs 4 --retry 3
20+
- name: Run tests
21+
run: bundle exec rake

0 commit comments

Comments
 (0)