Skip to content

chore(deps): bump @vue/repl from 4.1.1 to 4.1.2 (#2026) #2698

chore(deps): bump @vue/repl from 4.1.1 to 4.1.2 (#2026)

chore(deps): bump @vue/repl from 4.1.1 to 4.1.2 (#2026) #2698

Workflow file for this run

name: textlint
on:
push:
branches:
- main
pull_request:
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: corepack enable pnpm
- name: Install deps
run: npx pnpm i
- name: Run textlint
run: npm run lint