ci: Always run markdown lint

Required for pull requests: Required status checks will hang if a
corresponding action never runs.
pull/51/head
Robert Dailey 2 years ago
parent e98dbd37f3
commit 89210ec756

@ -3,13 +3,7 @@ name: Markdown Lint
on:
push:
paths:
- "**.md"
- "!src/**"
pull_request:
paths:
- "**.md"
- "!src/**"
env:
dotnetVersion: "6.0.x"

Loading…
Cancel
Save