Skip to content

Commit 39795af

Browse files
committed
Add license check to CI job
1 parent 6a2cba8 commit 39795af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
cache-from: type=gha
5252
cache-to: type=gha,mode=max
5353

54+
- name: Check licenses
55+
run: |
56+
pip install reuse==4.0.3
57+
reuse lint
58+
5459
- name: Deploy to production
5560
uses: rust-lang/simpleinfra/github-actions/upload-docker-image@master
5661
with:

0 commit comments

Comments
 (0)