Skip to content

Bump serde from 1.0.190 to 1.0.192 #25

Bump serde from 1.0.190 to 1.0.192

Bump serde from 1.0.190 to 1.0.192 #25

Workflow file for this run

on:
push:
branches: ["main"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo check
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo clippy
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo fmt --check