Skip to content

chore(deps): bump serde_json from 1.0.100 to 1.0.102 #41

chore(deps): bump serde_json from 1.0.100 to 1.0.102

chore(deps): bump serde_json from 1.0.100 to 1.0.102 #41

Workflow file for this run

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