Skip to content

Bump serde from 1.0.164 to 1.0.165 #62

Bump serde from 1.0.164 to 1.0.165

Bump serde from 1.0.164 to 1.0.165 #62

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