Skip to content

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.0.17 #158

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.0.17

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.0.17 #158

Workflow file for this run

name: Markdown Lint Check
on:
push:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Setup Action
uses: actions/checkout@v2.3.4
- name: Setup Node
uses: actions/setup-node@v2.1.5
with:
node-version: 12.x
- name: Install dependencies
run: npm install
- name: Run linter
run: npm test