Skip to content

chore(deps): bump serde_json from 1.0.124 to 1.0.125 #261

chore(deps): bump serde_json from 1.0.124 to 1.0.125

chore(deps): bump serde_json from 1.0.124 to 1.0.125 #261

Workflow file for this run

---
name: PR
on:
pull_request:
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run fmt check
run: >
cargo fmt --
--check
- name: Run tests
run: >
cargo test
--verbose