Skip to content

Ruby30 stable

Ruby30 stable #11

Workflow file for this run

---
name: lint
on:
pull_request:
push:
branches:
- main
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: false
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- run: |
gem install cookstyle
cookstyle --chefstyle -c .rubocop.yml