Skip to content

Merge branch 'main' of https://github.com/MX-fox/sealdice-manual-next #20

Merge branch 'main' of https://github.com/MX-fox/sealdice-manual-next

Merge branch 'main' of https://github.com/MX-fox/sealdice-manual-next #20

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'