Skip to content

Add explicit TransmissionTypes #30

Add explicit TransmissionTypes

Add explicit TransmissionTypes #30

Workflow file for this run

---
name: Clippy Lint
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features