Skip to content

Bump serde_json from 1.0.100 to 1.0.103 #72

Bump serde_json from 1.0.100 to 1.0.103

Bump serde_json from 1.0.100 to 1.0.103 #72

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [main]
jobs:
rustfmt:
name: Rustfmt Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Rustfmt check
run: cargo fmt -- --check -v