Skip to content

Chef-18535 updating version to major version for workstation-LTS #270

Chef-18535 updating version to major version for workstation-LTS

Chef-18535 updating version to major version for workstation-LTS #270

Workflow file for this run

---
name: lint
'on':
pull_request:
push:
branches:
- main
jobs:
cookstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 cookstyle