Skip to content

fix: Change link to plugin site #42

fix: Change link to plugin site

fix: Change link to plugin site #42

Workflow file for this run

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