Skip to content

Commit

Permalink
Add MarkdownLinter action
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Mar 26, 2020
1 parent f2ac397 commit 39b09b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,14 @@
name: markdownlint

on: [push, pull_request]

jobs:
delivery:

runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@master
- name: Run mdl
uses: actionshub/markdownlint@master

0 comments on commit 39b09b8

Please sign in to comment.