Skip to content

docs: todo.md内の旧.claude/パスを移行先のdocs/パスに修正 #19

docs: todo.md内の旧.claude/パスを移行先のdocs/パスに修正

docs: todo.md内の旧.claude/パスを移行先のdocs/パスに修正 #19

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test