Skip to content

Update chef-ruby-lvm-attrib gem to 0.3.14 #149

Update chef-ruby-lvm-attrib gem to 0.3.14

Update chef-ruby-lvm-attrib gem to 0.3.14 #149

Workflow file for this run

---
name: "Lint & Unit Test"
"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 / Lint & Unit Test

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: macos-10.15
strategy:
matrix:
os:
# - almalinux-8
- amazonlinux-2
- debian-10
- debian-11
- centos-7
- centos-stream-8
- fedora-latest
- ubuntu-1804
- ubuntu-2004
# - ubuntu-2204
# - rockylinux-8
suite:
- create
- remove
- create-thin
- resize
- resize-thin
- resize-thin-pool-meta-data
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Install Chef
uses: actionshub/[email protected]
- name: test-kitchen
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}