Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.5.0 #161

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.5.0

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.5.0 #161

Workflow file for this run

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