Skip to content

feat: improvements on the WebSocket connection management algorithm #239

feat: improvements on the WebSocket connection management algorithm

feat: improvements on the WebSocket connection management algorithm #239

Workflow file for this run

name: Clippy
on:
[push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run cargo clippy
run: cargo clippy --workspace --no-deps -- -D warnings