Skip to content

Properly disconnect before attempting to connect again, handle error codes in responses #16

Properly disconnect before attempting to connect again, handle error codes in responses

Properly disconnect before attempting to connect again, handle error codes in responses #16

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1