Skip to content

chore(deps): bump tempfile from 3.15.0 to 3.16.0 #43

chore(deps): bump tempfile from 3.15.0 to 3.16.0

chore(deps): bump tempfile from 3.15.0 to 3.16.0 #43

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/[email protected]
- uses: EmbarkStudios/[email protected]
with:
command: check ${{ matrix.checks }}
arguments: --exclude addchain