Skip to content

build: Bump tokio-tungstenite from 0.26.2 to 0.27.0 #98

build: Bump tokio-tungstenite from 0.26.2 to 0.27.0

build: Bump tokio-tungstenite from 0.26.2 to 0.27.0 #98

Workflow file for this run

name: clippy
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
clippy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets --all-features