Skip to content

Merge pull request #279 from CelticBoozer/development #87

Merge pull request #279 from CelticBoozer/development

Merge pull request #279 from CelticBoozer/development #87

Workflow file for this run

---
name: markdownlint
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
paths:
- '**/*.md'
pull_request:
branches:
- master
paths:
- '**/*.md'
jobs:
lint:
name: Check markdown with markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run markdownlint
uses: nosborn/[email protected]
with:
files: .
dot: true