Skip to content

test: fix waiting for never-arriving response to disconnect request #219

test: fix waiting for never-arriving response to disconnect request

test: fix waiting for never-arriving response to disconnect request #219

Workflow file for this run

name: Code Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check code formatting
run: npx prettier . --check
- name: Run linter
run: npx eslint .