Skip to content

Update lint spaces

Update lint spaces #36

Workflow file for this run

name: CI
'on':
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Run Remark Markdown Linter
run: |
npm install
npm run lint:md
- name: Run Textlint Markdown Linter
run: npm run lint:text