Skip to content

Update sous-chefs/.github action to v2.0.2 #217

Update sous-chefs/.github action to v2.0.2

Update sous-chefs/.github action to v2.0.2 #217

Workflow file for this run

---
name: ci
"on":
pull_request:
push:
branches:
- main
jobs:
lint-unit:

Check failure on line 11 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 11, Col: 3): Error calling workflow 'sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.2'. The nested job 'check-metadata' is requesting 'checks: write, pull-requests: write, statuses: write', but is only allowed 'checks: none, pull-requests: none, statuses: none'.
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.2
integration:
needs: lint-unit
runs-on: ubuntu-latest
strategy:
matrix:
os:
- debian-9
- debian-10
- centos-7
- centos-8
- centos-stream-8
- fedora-latest
- ubuntu-2004
- ubuntu-2104
- amazonlinux-2
suite:
- add-to-list
- append-if-no-line
- delete-from-list
- delete-lines
- filter-lines
- replace-or-add
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Chef
uses: actionshub/chef-install@2.0.4
- name: Dokken
uses: actionshub/test-kitchen@2.1.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}