.github/workflows/pipeline.yml in ws-style-6.14.4 vs .github/workflows/pipeline.yml in ws-style-6.14.5
- old
+ new
@@ -18,13 +18,14 @@
with:
bundler-cache: true
- name: Fetch main branch
run: git fetch origin main
- uses: r7kamura/rubocop-problem-matchers-action@v1
- - uses: wealthsimple/toolbox-script@main
- name: RuboCop
- with:
- script: toolbox.ruby.lint.run()
+ - name: Lint
+ run: |
+ bundle exec rubocop
+ bundle exec bundle-audit update
+ bundle exec bundle-audit check
- name: Run rspec
run: bundle exec rspec
- name: Release the gem
if: ${{ github.ref == 'refs/heads/main' }}
run: |