Skip to content

docs(readme): new design and feature summary #54

docs(readme): new design and feature summary

docs(readme): new design and feature summary #54

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