Skip to content

feat: AI command can now access all user commands, updates to redis t… #131

feat: AI command can now access all user commands, updates to redis t…

feat: AI command can now access all user commands, updates to redis t… #131

Workflow file for this run

name: Build CI
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- name: Clean Install Dependencies
run: npm ci
- name: Build project
run: npm run build