Skip to content

build(deps): bump serde_json from 1.0.128 to 1.0.132 #211

build(deps): bump serde_json from 1.0.128 to 1.0.132

build(deps): bump serde_json from 1.0.128 to 1.0.132 #211

Workflow file for this run

name: check-pull-requests
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test_pull_request:
runs-on: ubuntu-latest
name: Test Build and Unit Tests
steps:
- uses: actions/checkout@v4
- name: "Build Project"
shell: bash
run: "cargo build"
- name: "Unit Tests"
shell: bash
run: "cargo test"