Skip to content

ci(github-actions): pin dependencies #153

ci(github-actions): pin dependencies

ci(github-actions): pin dependencies #153

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: ./.github/workflows/reusable-actionlint.yaml
secrets: inherit
with:
config-file: ./.github/configs/actionlint.yaml
yamlfmt:
uses: ./.github/workflows/reusable-yamlfmt.yaml
secrets: inherit
with:
config-file: .github/configs/yamlfmt.yaml
shellcheck:
uses: ./.github/workflows/reusable-shellcheck.yaml
secrets: inherit
markdownlint:
uses: ./.github/workflows/reusable-markdownlint.yaml
secrets: inherit
with:
config-file: .github/configs/.markdownlint.yaml
commitlint:
uses: ./.github/workflows/reusable-commitlint.yaml
secrets: inherit
with:
config-file: ./.github/configs/commitlint.config.mjs