Skip to content

Bump SonicGarden/rspec-report-action from 4.0.0 to 4.0.1 #83

Bump SonicGarden/rspec-report-action from 4.0.0 to 4.0.1

Bump SonicGarden/rspec-report-action from 4.0.0 to 4.0.1 #83

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@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Run Cookstyle
run: chef exec cookstyle --display-cop-names --extra-details
env:
CHEF_LICENSE: accept-no-persist