Skip to content

[ECO-2152] Segment REST and WS endpoints for dual load balancer schema #1916

[ECO-2152] Segment REST and WS endpoints for dual load balancer schema

[ECO-2152] Segment REST and WS endpoints for dual load balancer schema #1916

Workflow file for this run

---
env:
TS_DIR: 'src/typescript'
jobs:
ts-run-lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: './.github/actions/ts-run-lint'
name: 'Run the TypeScript linter'
'on':
pull_request: null
push:
branches:
- 'main'
workflow_dispatch: null
...