Skip to content

feat(wsl): run codedash from WSL with Windows-host browser UI (#172) #378

feat(wsl): run codedash from WSL with Windows-host browser UI (#172)

feat(wsl): run codedash from WSL with Windows-host browser UI (#172) #378

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Verify CLI
run: |
node bin/cli.js version
node bin/cli.js help
- name: Syntax check
run: node -c bin/cli.js && node -c src/data.js && node -c src/server.js && node -c src/terminals.js && node -c src/html.js