Skip to content

audit

audit #142

Workflow file for this run

name: Audit
on:
schedule:
# 21:43 on Wednesday and Sunday. (Thanks, crontab.guru)
- cron: '43 21 * * 3,0'
workflow_dispatch:
jobs:
# test_extended:
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
#
# - uses: taiki-e/install-action@v2
# with:
# tool: cargo-hack
#
# - name: Test (extended)
# # TODO: We exclude the tokio demos for now to bypass a "none of the selected packages contains these features" error.
# run: |
# cargo hack test \
# --workspace \
# --exclude tokio-client --exclude tokio-server \
# --feature-powerset \
# --group-features starttls,ext_condstore_qresync,ext_login_referrals,ext_mailbox_referrals \
# --exclude-features ext,split
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5