Skip to content

chore: Update chrono crate and avoid newly deprecated function (#868) #459

chore: Update chrono crate and avoid newly deprecated function (#868)

chore: Update chrono crate and avoid newly deprecated function (#868) #459

name: cargo deny
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
cargo-deny:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}