diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e04d0fc75..ed1682b05 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,3 +10,14 @@ jobs: - uses: actions/checkout@v2 - name: ๐งน YAML Lint uses: ibiqlik/action-yamllint@v3 + markdownlint: + name: ๐ธ Markdown + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: ๐ Use Node.js + uses: actions/[email protected] + with: + node-version: '12.x' + - run: npm install -g [email protected] + - run: markdownlint '**/*.md' |
