Skip to content

Vanilla packet codecs implementation #179

Vanilla packet codecs implementation

Vanilla packet codecs implementation #179

Workflow file for this run

name: Clippy Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint using Clippy
run: cargo clippy --all-features --no-deps --workspace