Skip to content

ci: Update workflows #170

ci: Update workflows

ci: Update workflows #170

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint
on:
workflow_dispatch: {}
pull_request: {}
jobs:
actions:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@main
secrets: inherit
with:
config-file: .github/configs/actionlint.yaml
commits:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@main
secrets: inherit
with:
config-file: ./.github/configs/commitlint.config.mjs
markdown:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@main
secrets: inherit
with:
config-file: .github/configs/.markdownlint.yaml
shell:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@main
secrets: inherit
yaml:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamlfmt.yaml@main
secrets: inherit
with:
config-file: .github/configs/yamlfmt.yaml