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

discordbot.jsでMongoDBに接続 (#60) #24

discordbot.jsでMongoDBに接続 (#60)

discordbot.jsでMongoDBに接続 (#60) #24

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