未验证 提交 86eac9b2 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #38834 from olleolleolle/simpler-workflow-rubocop

Simplify GitHub Action RuboCop by using globally installed gems
......@@ -12,20 +12,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install required package
- name: Install RuboCop gems
run: |
sudo apt-get update
sudo apt-get -y install libmysqlclient-dev libpq-dev libsqlite3-dev libncurses5-dev
- name: Cache gems
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Install gems
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
gem install --no-document rubocop rubocop-performance rubocop-rails
- name: Run RuboCop
run: bundle exec rubocop --parallel
run: rubocop --parallel
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册