Skip to content

George/ffs 1334 (#201) #878

George/ffs 1334 (#201)

George/ffs 1334 (#201) #878

Workflow file for this run

name: CI Documentation Checks
on:
push:
branches: [ main ]
paths: ['app/**']
pull_request:
paths: ['app/**']
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# This is the GitHub Actions-friendly port of the linter used in the Makefile.
- uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'yes' # errors only.
config-file: '.github/workflows/markdownlint-config.json'