Skip to content

ci: Update workflows #167

ci: Update workflows

ci: Update workflows #167

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

Check failure on line 33 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/lint.yaml" -> "mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
config-file: .github/configs/.yamllint.yaml