Skip to content

Prevent logger 1.6 from installing due to init methods #104

Prevent logger 1.6 from installing due to init methods

Prevent logger 1.6 from installing due to init methods #104

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