Skip to content

chore(cargo): bump serde from 1.0.164 to 1.0.167 #129

chore(cargo): bump serde from 1.0.164 to 1.0.167

chore(cargo): bump serde from 1.0.164 to 1.0.167 #129

Workflow file for this run

name: Format Check
on:
push:
pull_request:
jobs:
fmt-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Check code formatting
run: cargo fmt -- --check --verbose