Skip to content

feat: cooler header #2689

feat: cooler header

feat: cooler header #2689

Workflow file for this run

name: CI Build Bot
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build Prisma
run: bun prisma generate
- name: Build
run: bun build:bot
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: bot
path: dist/bot