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

「商品の内容を変更」章を変更前後表記に変更 #386

「商品の内容を変更」章を変更前後表記に変更

「商品の内容を変更」章を変更前後表記に変更 #386

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