Skip to content

Update dependency @types/chai to v4.3.18 #586

Update dependency @types/chai to v4.3.18

Update dependency @types/chai to v4.3.18 #586

Workflow file for this run

on: push
name: Clippy
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: rustup component add clippy
- run: cd Rust && $HOME/.cargo/bin/cargo clippy --message-format=json --all-features