Skip to content

Use chef 17 for 3.0 tests, chef 18 for 3.1 tests #100

Use chef 17 for 3.0 tests, chef 18 for 3.1 tests

Use chef 17 for 3.0 tests, chef 18 for 3.1 tests #100

Workflow file for this run

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