Skip to content

Improve the cookbook description and readme #54

Improve the cookbook description and readme

Improve the cookbook description and readme #54

Workflow file for this run

---
name: Code Linting
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
cookstyle:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Chef
uses: actionshub/chef-install@2.0.4
- name: Run Cookstyle
run: chef exec cookstyle --display-cop-names --extra-details
env:
CHEF_LICENSE: accept-no-persist