Skip to content

feat: Rewriting of links due to repository changes #676

feat: Rewriting of links due to repository changes

feat: Rewriting of links due to repository changes #676

Workflow file for this run

name: Textlint
on: pull_request
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# setup Node.js
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
# Run scripts
- name: Install dependencies
run: yarn install
- name: linting markdown files
run: yarn run lint