Skip to content

Add configurable rule for strict string definitions #18

Add configurable rule for strict string definitions

Add configurable rule for strict string definitions #18

Workflow file for this run

name: Documentation tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: 'README.md'
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: '**/*.md'
linkcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Markup Link Checker (mlc)
uses: becheran/mlc@v0.16.1