Skip to content

Update chefstyle requirement from = 2.2.0 to = 2.2.3 #58

Update chefstyle requirement from = 2.2.0 to = 2.2.3

Update chefstyle requirement from = 2.2.0 to = 2.2.3 #58

Workflow file for this run

---
name: lint
'on':
pull_request:
push:
branches:
- main
jobs:
chefstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- run: bundle exec chefstyle