Skip to content

Set Changelog to ## Unreleased #243

Set Changelog to ## Unreleased

Set Changelog to ## Unreleased #243

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@3.1.1'. 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@3.1.1
integration:
needs: lint-unit
runs-on: macos-10.15
strategy:
matrix:
os:
- almalinux-8
- amazonlinux-2
- centos-7
- centos-stream-8
- fedora-latest
- debian-10
- debian-11
- oracle-7
- oracle-8
- rockylinux-8
- ubuntu-1804
- ubuntu-2004
# Disabled due to image problems:
# https://github.com/chef/bento/issues/1405
# - ubuntu-2204
suite:
- enforcing
- permissive
- disabled
- port
- fcontext
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
- name: test-kitchen
uses: actionshub/test-kitchen@2.1.0
env:
CHEF_LICENSE: accept-no-persist
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}