.github/workflows/ci.yml in cobra_commander-0.12.0 vs .github/workflows/ci.yml in cobra_commander-0.13.0

- old
+ new

@@ -38,12 +38,9 @@ steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 - - uses: reviewdog/action-rubocop@v1 - with: - rubocop_version: 0.88.0 - filter_mode: nofilter - fail_on_error: true - rubocop_extensions: "" - github_token: ${{ secrets.github_token }} + - name: Bundle + run: bundle + - name: Run standard + run: bundle exec rake standard