Skip to content

fix: use the correct env vars for report-server #770

fix: use the correct env vars for report-server

fix: use the correct env vars for report-server #770

Workflow file for this run

name: "Licenses checker"
on:
push:
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1.6.3
with:
# The command to run with cargo-deny
command: check licenses