Skip to content

feat: add production database config for clorie #4

feat: add production database config for clorie

feat: add production database config for clorie #4

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
- name: install
run: npm install
- name: typecheck
run: npx tsc --noEmit
- name: lint
run: npm run lint