Skip to content

Bump serde from 1.0.189 to 1.0.190 #21

Bump serde from 1.0.189 to 1.0.190

Bump serde from 1.0.189 to 1.0.190 #21

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