Skip to content

server: Add minimal headscale support #22

server: Add minimal headscale support

server: Add minimal headscale support #22

Workflow file for this run

on: [pull_request]
name: Server Continuous integration
jobs:
build:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: server/package-lock.json
- run: npm ci
- run: npm run check
- run: npm run lint
- run: npm run format:check