Skip to content

Lint Job

Lint Job #16

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint Job
on:
workflow_dispatch: {}
pull_request: {}
jobs:
actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@e3a95ef75601e0b811d0e3f1b9afc04a175acb22 # v3.6.0
markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@e3a95ef75601e0b811d0e3f1b9afc04a175acb22 # v3.6.0
with:
markdownlint-config: .github/configs/markdownlint.yaml

Check failure on line 15 in .github/workflows/lint-job.yaml

View workflow run for this annotation

GitHub Actions / Lint Job

Invalid workflow file

The workflow is not valid. .github/workflows/lint-job.yaml (Line: 15, Col: 28): Invalid input, markdownlint-config is not defined in the referenced workflow.
commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@e3a95ef75601e0b811d0e3f1b9afc04a175acb22 # v3.6.0
with:
commitlint-config: .github/configs/commitlint.yaml