Skip to content

Commit 05d8b10

Browse files
committed
CI: check REUSE compliance during linting
1 parent b4075c2 commit 05d8b10

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
- name: Check formatting
3030
if: always()
3131
run: ruff format --check
32+
33+
- name: Check REUSE compliance
34+
if: always()
35+
uses: fsfe/reuse-action@v6

0 commit comments

Comments
 (0)