Skip to content

Updated the ruby version for unit test cases and chef style #50

Updated the ruby version for unit test cases and chef style

Updated the ruby version for unit test cases and chef style #50

Workflow file for this run

---
name: linters
'on':
pull_request:
push:
branches:
- main
jobs:
chefstyle:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3']
name: Chefstyle on Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake style