Skip to content

Correct the attribute of PermMem metadata section and update td-shim #16

Correct the attribute of PermMem metadata section and update td-shim

Correct the attribute of PermMem metadata section and update td-shim #16

Workflow file for this run

name: cargo-deny
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-20.04
strategy:
matrix:
checks:
- advisories
- sources
- bans
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'sources' }}
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: bash sh_script/preparation.sh
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}