Skip to content

Merge pull request #8 from yukiyohure/feature/20231201 #18

Merge pull request #8 from yukiyohure/feature/20231201

Merge pull request #8 from yukiyohure/feature/20231201 #18

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