Skip to content

docs(glossary): add scuttling #33

docs(glossary): add scuttling

docs(glossary): add scuttling #33

Workflow file for this run

name: Markdown lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint:markdown