Skip to content

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.1.9 #179

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

[Snyk] Upgrade textlint-rule-terminology from 3.0.5 to 5.1.9 #179

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/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install dependencies
run: npm install
- name: Run linter
run: npm test