Skip to content

Deploy docs with Cloudflare Workers #13

Deploy docs with Cloudflare Workers

Deploy docs with Cloudflare Workers #13

Workflow file for this run

---
name: Lint general
# yamllint disable-line rule:truthy
on:
pull_request: {}
push:
branches:
- main
workflow_dispatch: {}
jobs:
actionlint:
uses: timmo001/workflows/.github/workflows/lint-actionlint.yml@dd409a67cdb5d5b764f3fb5753df84fd4d0b2094 # master
markdownlint:
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@dd409a67cdb5d5b764f3fb5753df84fd4d0b2094 # master
yamllint:
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@dd409a67cdb5d5b764f3fb5753df84fd4d0b2094 # master
jsonlint:
uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@dd409a67cdb5d5b764f3fb5753df84fd4d0b2094 # master
markdown-links:
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@dd409a67cdb5d5b764f3fb5753df84fd4d0b2094 # master
shellcheck:
uses: timmo001/workflows/.github/workflows/lint-shellcheck.yml@dd409a67cdb5d5b764f3fb5753df84fd4d0b2094 # master
with:
scandir: ./.scripts
severity: warning