Skip to content

chore(deps): bump serde_json from 1.0.114 to 1.0.117 #44

chore(deps): bump serde_json from 1.0.114 to 1.0.117

chore(deps): bump serde_json from 1.0.114 to 1.0.117 #44

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
- name: Run tests
run: cargo test
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Check formatting
run: cargo fmt --check