Skip to content

License audit

License audit #1254

Workflow file for this run

name: License audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: EmbarkStudios/cargo-deny-action@v1