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

Remove NekoLoveAPI command (api dead probably) #24

Remove NekoLoveAPI command (api dead probably)

Remove NekoLoveAPI command (api dead probably) #24

Workflow file for this run

name: Build test
on:
- push
- pull_request
jobs:
build:
name: Build bot
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- name: Install dependencies and compile code
run: yarn --immutable