+17
.tangled/workflows/reuse.yml
+17
.tangled/workflows/reuse.yml
···
···
1
+
# SPDX-FileCopyrightText: 2025 FreshlyBakedCake
2
+
#
3
+
# SPDX-License-Identifier: MIT
4
+
5
+
when:
6
+
- event: ["push", "pull_request"]
7
+
branch: ["main"]
8
+
9
+
engine: nixery
10
+
11
+
dependencies:
12
+
nixpkgs:
13
+
- reuse
14
+
15
+
steps:
16
+
- name: Check for REUSE compliance
17
+
command: reuse lint