Skip to content

Enforce upper limit on args and make instructions clearer #2684

Enforce upper limit on args and make instructions clearer

Enforce upper limit on args and make instructions clearer #2684

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- name: Run clippy
run: make lint