Skip to content

ci: fix workflows #1368

ci: fix workflows

ci: fix workflows #1368

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
terraform:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-terraform-ci.yaml@feat/terraform-lint
secrets: inherit