Skip to content

Bump serde from 1.0.214 to 1.0.215 #179

Bump serde from 1.0.214 to 1.0.215

Bump serde from 1.0.214 to 1.0.215 #179

Workflow file for this run

name: Linters
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format
run: cargo fmt --check
- name: Clippy
run: cargo clippy --verbose -- -D warnings