Skip to content

[DEPS] Update Dependencies (2) #668

[DEPS] Update Dependencies (2)

[DEPS] Update Dependencies (2) #668

Workflow file for this run

name: Docs CI
on: [push, pull_request]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node_version: "12"
- name: Install dependencies
run: npm install
- name: Check readme linting
run: npm run lintmd