Skip to content

Add dashboard websockets #438

Add dashboard websockets

Add dashboard websockets #438

Workflow file for this run

name: verify
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Setup repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Enable Corepack
run: corepack enable
- run: yarn
- run: yarn verify