Skip to content

fix: Also report Motoko stable compatibility warnings #6558

fix: Also report Motoko stable compatibility warnings

fix: Also report Motoko stable compatibility warnings #6558

Workflow file for this run

name: License Check
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# When getting Rust dependencies, retry on network error:
CARGO_NET_RETRY: 10
# Use the local .curlrc
CURL_HOME: .
jobs:
cargo-deny:
name: license-check:required
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check bans licenses sources # skip advisories, which are handled by audit.yml