Skip to content

chore(deps): bump serde_json from 1.0.137 to 1.0.138 #32

chore(deps): bump serde_json from 1.0.137 to 1.0.138

chore(deps): bump serde_json from 1.0.137 to 1.0.138 #32

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-22.04
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v4.2.2
- uses: EmbarkStudios/cargo-deny-action@v2.0.4
with:
command: check ${{ matrix.checks }}