Skip to content

Make reconnecting spinner smaller #28

Make reconnecting spinner smaller

Make reconnecting spinner smaller #28

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- prod
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm i
- run: npm run build
- run: npm run lint
- run: npm test