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

ループ再生の実装 #45

ループ再生の実装

ループ再生の実装 #45

Workflow file for this run

name: Pull Request Checker
on:
pull_request:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: 18
- name: Unit test
run: |
node -v
npm install
cp config.json.example config.json
npm test