Skip to content

feat: abstract db for other services, move sheduler out of core #221

feat: abstract db for other services, move sheduler out of core

feat: abstract db for other services, move sheduler out of core #221

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm i
- name: Build
run: pnpm build