Skip to content

Bump version to 17.1.6 by Chef Expeditor #103

Bump version to 17.1.6 by Chef Expeditor

Bump version to 17.1.6 by Chef Expeditor #103

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