Skip to content

build(deps): bump serde_json from 1.0.145 to 1.0.146 #465

build(deps): bump serde_json from 1.0.145 to 1.0.146

build(deps): bump serde_json from 1.0.145 to 1.0.146 #465

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
jobs:
fmt:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
toolchain: nightly
- run: cargo fmt --all -- --check
clippy:
name: cargo clippy
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update
- run: sudo apt-get install -y asciidoctor
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.85.0
- run: cargo clippy --locked --all-targets -- -D clippy::all -D unused_imports -D warnings