Skip to content

(generic-api-client) fix: Call flush after sending messages #253

(generic-api-client) fix: Call flush after sending messages

(generic-api-client) fix: Call flush after sending messages #253

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@v4
- name: Run cargo clippy
run: cargo clippy --workspace --no-deps -- -D warnings