Skip to content

Bump serde_json from 1.0.134 to 1.0.135 #1506

Bump serde_json from 1.0.134 to 1.0.135

Bump serde_json from 1.0.134 to 1.0.135 #1506

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format Rust code
run: cargo fmt --all -- --check