chore: update content

This commit is contained in:
Jesús Pérez 2026-01-12 04:23:38 +00:00
parent 1c9f4b8fcc
commit b90d656e24
Signed by: jesus
GPG Key ID: 9F243E355E0BC939

View File

@ -32,12 +32,15 @@ repos:
pass_filenames: false pass_filenames: false
stages: [pre-push] stages: [pre-push]
- id: cargo-deny # NOTE: cargo-deny config needs migration to latest version
name: Cargo deny (licenses & advisories) # See: https://github.com/EmbarkStudios/cargo-deny/pull/611
entry: bash -c 'if [ -f Cargo.toml ]; then cargo deny check licenses advisories; elif [ -f platform/Cargo.toml ]; then cd platform && cargo deny check licenses advisories; fi' # Disabled until deny.toml is updated to current format
language: system # - id: cargo-deny
pass_filenames: false # name: Cargo deny (licenses & advisories)
stages: [pre-push] # entry: bash -c 'if [ -f Cargo.toml ]; then cargo deny check; elif [ -f platform/Cargo.toml ]; then cd platform && cargo deny check; fi'
# language: system
# pass_filenames: false
# stages: [pre-push]
# ============================================================================ # ============================================================================
# Nushell Hooks (optional - enable if using Nushell) # Nushell Hooks (optional - enable if using Nushell)