Skip to content

feat: amd-sev-snp draft and feature flags for confidential computing #31

feat: amd-sev-snp draft and feature flags for confidential computing

feat: amd-sev-snp draft and feature flags for confidential computing #31

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