Skip to content

docs: "Usage" セクションのコマンドを並べ替える #390

docs: "Usage" セクションのコマンドを並べ替える

docs: "Usage" セクションのコマンドを並べ替える #390

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
main:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm ci
- run: npm run check
- run: npm run lint
- run: npm run build