Skip to content

ci: Update workflows #165

ci: Update workflows

ci: Update workflows #165

Workflow file for this run

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