Skip to content

chore(deps): bump serde_json from 1.0.99 to 1.0.106 #426

chore(deps): bump serde_json from 1.0.99 to 1.0.106

chore(deps): bump serde_json from 1.0.99 to 1.0.106 #426

Workflow file for this run

name: Rust
on:
push:
tags-ignore:
- 'v*'
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint code
run: cargo fmt --all -- --check
test:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose