Skip to content

feat: use UDS instead of port for openvscode-server #55

feat: use UDS instead of port for openvscode-server

feat: use UDS instead of port for openvscode-server #55

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm clean-install
- run: npm run tsc
- run: npm run lint
- run: make container
# TODO: tests