Skip to content

.github/workflows/ci-lint.yml #69

.github/workflows/ci-lint.yml

.github/workflows/ci-lint.yml #69

Workflow file for this run

---
on:
schedule:
- cron: '0 0 * * 0'
jobs:
markdown-lint:
uses: chef/github-workflows/.github/workflows/markdown-lint.yml@main
markdown-link-checker:
uses: chef/github-workflows/.github/workflows/markdown-link-checker.yml@main
yaml-lint:
uses: chef/github-workflows/.github/workflows/yaml-lint.yml@main
json-lint:
uses: chef/github-workflows/.github/workflows/json-lint.yml@main
xml-lint:
uses: chef/github-workflows/.github/workflows/xml-lint.yml@main
shellcheck-lint:
uses: chef/github-workflows/.github/workflows/shellcheck-lint.yml@main
powershell-lint:
uses: chef/github-workflows/.github/workflows/powershell-lint.yml@main
packer-iso-check:
uses: chef/github-workflows/.github/workflows/packer-iso-url-checker.yml@main

Check failure on line 29 in .github/workflows/ci-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-lint.yml

Invalid workflow file

The workflow is not valid. .github/workflows/ci-lint.yml (Line: 29, Col: 11): Input EXCLUDE_REGEX is required, but not provided while calling.
packer-lint:
uses: chef/github-workflows/.github/workflows/packer-lint.yml@main
secrets: inherit