mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Add markdownlint GitHub Action
Setup https://github.com/marketplace/actions/markdownlint-mdl-action for automatic markdown linting. Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
parent
b55d96a8a9
commit
a83372d5ee
1 changed files with 11 additions and 0 deletions
11
.github/workflows/markdownlint.yml
vendored
Normal file
11
.github/workflows/markdownlint.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
name: markdownlint
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
markdownlint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@main
|
||||
- name: Run mdl
|
||||
uses: actionshub/markdownlint@main
|
||||
Loading…
Add table
Add a link
Reference in a new issue