Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.3.0 #181

chore(deps-dev): bump eslint from 8.57.0 to 9.3.0

chore(deps-dev): bump eslint from 8.57.0 to 9.3.0 #181

name: "textlint"
on:
push:
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run npm install
run: npm install
- run: echo "::add-matcher::.github/problem-matcher.json"
- name: Run textlint
run: npm run textlint || true