Skip to content

Bump serde_json from 1.0.104 to 1.0.118 #628

Bump serde_json from 1.0.104 to 1.0.118

Bump serde_json from 1.0.104 to 1.0.118 #628

Workflow file for this run

on: [pull_request]
name: Clippy check
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Linting
run: cargo clippy -- -D warnings