Skip to content

Bump dompurify from 3.2.3 to 3.2.4 #11

Bump dompurify from 3.2.3 to 3.2.4

Bump dompurify from 3.2.3 to 3.2.4 #11

Workflow file for this run

name: 'Lint Markdown Files'
on:
pull_request:
branches: [main]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.json
files: 'content/**/*.md'
ignore: node_modules