Skip to content

Update Actions

Update Actions #171

Workflow file for this run

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

Check failure on line 10 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: 10, Col: 3): Error calling workflow 'sous-chefs/.github/.github/workflows/[email protected]'. 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/[email protected]
integration:
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
os:
- almalinux-8
- amazonlinux-2
- centos-7
- centos-stream-8
- fedora-latest
- oraclelinux-7
- oraclelinux-8
- rockylinux-8
suite:
- default
- dnf-module
exclude:
- os: amazonlinux-2
suite: dnf-module
- os: centos-7
suite: dnf-module
- os: oraclelinux-7
suite: dnf-module
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}