Skip to content

Update wetboek.md

Update wetboek.md #317

Workflow file for this run

name: Lint markdown
on: [push, pull_request]
jobs:
lint:
name: Check Markdown styling (lint)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: 'true'
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: ./docs
config_file: .markdownlint.json
dot: true
ignore_path: .markdownlintignore