Skip to content

Adds a feature option for the /help command to get a description of a given feature #232

Adds a feature option for the /help command to get a description of a given feature

Adds a feature option for the /help command to get a description of a given feature #232

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-node@v4
with:
node-version: 18.17.0
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build