.github/workflows/main.yml in reviewer-0.1.4 vs .github/workflows/main.yml in reviewer-0.1.5

- old
+ new

@@ -1,14 +1,17 @@ -name: Ruby +name: Review on: [push,pull_request] +env: + CI: true + jobs: build: strategy: matrix: - ruby: [2.5.9, 2.6.8, 2.7.4, 3.0.2] + ruby: [2.5.9, 2.6.9, 2.7.5, 3.0.3] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -19,6 +22,5 @@ run: bundle exec ./exe/rvw bundle_audit - name: Test Review run: bundle exec ./exe/rvw tests - name: Multiple Command Review run: bundle exec ./exe/rvw bundle_audit tests -