Skip to content

Setup backend and frontend base apps #1

Setup backend and frontend base apps

Setup backend and frontend base apps #1

name: Lint Markdown
on:
push:
paths:
- '**.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install -g markdownlint-cli
- run: markdownlint '**/*.md'