Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

v-forの章内で 「状態の維持」 へのリンクが切れていたため解消 #368

v-forの章内で 「状態の維持」 へのリンクが切れていたため解消

v-forの章内で 「状態の維持」 へのリンクが切れていたため解消 #368

Workflow file for this run

name: textlint
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
NODE_VERSION: '16.x'
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- name: Restore Packages
run: npm ci
- name: Run textlint
run: npm run textlint:docs