diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index dc97c229b..603481695 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -27,4 +27,5 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: bundle exec rake style + - uses: r7kamura/rubocop-problem-matchers-action@v1 + - run: bundle exec chefstyle