mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2026-07-28 22:40:52 -07:00
ci(mdl): add markdown linter
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: markdownlint
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
delivery:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@master
|
||||
- name: Run mdl (with rules)
|
||||
uses: wopian/markdownlint@master
|
||||
Reference in New Issue
Block a user