Skip to content

Commit 83c7baa

Browse files
authored
Merge pull request ubccr#690 from ubccr/add-reuse-check
Add reuse lint to workflow
2 parents bccc653 + 4a304cd commit 83c7baa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
- name: Check formatting
2727
run: uv run ruff format --check
2828

29+
- name: Check licence with reuse
30+
run: uv run reuse lint
31+
2932
- name: Run tests
3033
run: uv run coldfront test

0 commit comments

Comments
 (0)