Skip to content

Update sous-chefs/.github action to v2.0.7 - autoclosed #105

Update sous-chefs/.github action to v2.0.7 - autoclosed

Update sous-chefs/.github action to v2.0.7 - autoclosed #105

Workflow file for this run

---
name: ci
"on":
pull_request:
push:
branches: [master, main]
jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.7
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
integration:
needs: "lint-unit"
runs-on: windows-latest
strategy:
matrix:
os:
- "windows-latest"
suite:
- "default"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Chef
uses: actionshub/chef-install@2.0.4
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: test-kitchen
uses: actionshub/test-kitchen@2.1.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.exec.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}