Skip to content

Bump textlint from 12.2.3 to 14.0.4 #157

Bump textlint from 12.2.3 to 14.0.4

Bump textlint from 12.2.3 to 14.0.4 #157

Workflow file for this run

name: lint text
on: [push, pull_request]
jobs:
build:
name: lint text
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- name: lint text
run: npm run lint