Skip to content

Add actionlint workflow #78

Add actionlint workflow

Add actionlint workflow #78

Workflow file for this run

name: Lint documentation
on:
push:
paths:
- '**.md'
pull_request:
workflow_dispatch:
jobs:
wp-scripts-lint:
uses: inpsyde/reusable-workflows/.github/workflows/wp-scripts-lint.yml@main
with:
LINT_TOOLS: '["md-docs"]'