From 97744febf22bdf2076bc8dad48a76af29a69f51a Mon Sep 17 00:00:00 2001 From: sachin007jain Date: Mon, 31 Jan 2022 11:35:24 +0530 Subject: [PATCH] Use chefstyle linting --- .github/workflows/linters.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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