Skip to content

TLS Codec Serde

TLS Codec Serde #121

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -p openmls --tests -- -D warnings