Skip to content

chore: fix config.toml doesn't work (#3) #6

chore: fix config.toml doesn't work (#3)

chore: fix config.toml doesn't work (#3) #6

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