Skip to content

feat: impl multi_msg element parse #2

feat: impl multi_msg element parse

feat: impl multi_msg element parse #2

Workflow file for this run

name: Clippy Check
on: [push, pull_request]
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: |
sudo apt-get update && sudo apt-get install protobuf-compiler
rustup toolchain install nightly
rustup component add --toolchain nightly clippy
cargo +nightly clippy --all-targets --all-features