Skip to content

fix(server): type errors #52

fix(server): type errors

fix(server): type errors #52

Workflow file for this run

name: ci
on:
push:
branches: ["main", "alpha"]
pull_request:
branches: ["main", "alpha"]
jobs:
ci-server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/hydrogen
- run: npm ci
- name: ESLint
run: npm run eslint
- name: Build server
run: npm run build-server