Skip to content

rime-target for packet-codec #181

rime-target for packet-codec

rime-target for packet-codec #181

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