Skip to content

ci: fix workflows #1372

ci: fix workflows

ci: fix workflows #1372

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:
yamllint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
with:
yamllint-args: "--config-file=.config/yamllint.yaml"
actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
shellcheck:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
secrets: inherit