datahaven/.github/workflows/task-check-licenses.yml
Steve Degosserie 9de44b84fe
revert: ♻ Revert Rust toolchain to 1.88.0 (revert PR #362) (#392)
Revert #362, back to Rust toolchain v1.88.0, as the newer version causes
an issue in the runtime release publishing flow.
2026-01-14 08:37:27 +01:00

23 lines
496 B
YAML

name: Check licenses
on:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
override: true
- name: Verify Licenses
working-directory: operator
run: |
cargo install cargo-license@0.7.0
./scripts/verify-licenses.sh