Skip to content

Merge pull request #37 from kawamataryo/add-vitepress #121

Merge pull request #37 from kawamataryo/add-vitepress

Merge pull request #37 from kawamataryo/add-vitepress #121

Workflow file for this run

name: lint text
on: [push]
jobs:
build:
name: lint text
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- run: yarn install
- name: lint text
run: yarn run lint