aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Govorov <me@govorov.online>2026-07-24 00:18:45 +0100
committerNikolay Govorov <me@govorov.online>2026-07-24 00:32:44 +0100
commit5708a7195bc579a97c2c4bf41fd70247999c4ed8 (patch)
tree52dfbb8143c6e8793d38aaca228b465f31f1bd9b
parent0ffa0f45ca8661d916a443757ff66ef5a883901e (diff)
downloadtar
tar.gz
tar.bz2
tar.lz
tar.xz
tar.zst
zip
Uses reuse-check from shared infra
Diffstat
-rw-r--r--.github/workflows/legal.yml9+2 −7
-rw-r--r--mise.toml2+1 −1
2 files changed, 3 insertions, 8 deletions
diff --git a/.github/workflows/legal.yml b/.github/workflows/legal.yml
index 4c0b2d5..2d5d69c 100644
--- a/.github/workflows/legal.yml
+++ b/.github/workflows/legal.yml
@@ -29,10 +29,5 @@ jobs:
- name: Check contribution sign-off
run: mise run signoff
- - name: Check repository licensing
- uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0
-
- - name: Check dependency licenses
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # 0.19.0
- with:
- command: check licenses
+ - name: Check licensing policy
+ run: mise run licenses
diff --git a/mise.toml b/mise.toml
index 8227d57..28dd562 100644
--- a/mise.toml
+++ b/mise.toml
@@ -9,5 +9,5 @@ experimental = true
[task_config]
dir = "{{cwd}}"
includes = [
- "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=22410a5dae5ff53b54d1666db5c6009229fbaaa5",
+ "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=69a62b0217e237ffcd461192e4d128bd10f4d45c",
]