Skip to content

Commit c0d9320

Browse files
committed
Run codestyle prettier 📝
1 parent 3167ab7 commit c0d9320

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.github/workflows/ruby.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
98
env:
109
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1110

1211
steps:
13-
- uses: actions/checkout@v1
14-
- name: Set up Ruby 2.7.x
15-
uses: ruby/setup-ruby@v1
16-
with:
17-
ruby-version: 2.7
18-
- name: Build and test with Rake, RSpec, RuboCop, Fasterer
19-
run: |
20-
gem install bundler -v 2.0.2
21-
bundle install --jobs 4 --retry 3
22-
bundle exec rake
23-
bundle exec rubocop
24-
bundle exec fasterer
25-
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v1
12+
- uses: actions/checkout@v1
13+
- name: Set up Ruby 2.7.x
14+
uses: ruby/setup-ruby@v1
15+
with:
16+
ruby-version: 2.7
17+
- name: Build and test with Rake, RSpec, RuboCop, Fasterer
18+
run: |
19+
gem install bundler -v 2.0.2
20+
bundle install --jobs 4 --retry 3
21+
bundle exec rake
22+
bundle exec rubocop
23+
bundle exec fasterer
24+
- name: Upload coverage to Codecov
25+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)