Skip to content

Update README.md

Update README.md #24

Workflow file for this run

name: Lint
on: push
jobs:
textlint:
name: Textlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: 19
cache: npm
- run: npm ci
- run: npm run lint