Skip to content

Commit

Permalink
Add license check to CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jul 24, 2024
1 parent 1c23eba commit dae064a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Check licenses
run: |
pip install reuse==4.0.3
reuse lint
- name: Deploy to production
uses: rust-lang/simpleinfra/github-actions/upload-docker-image@master
with:
Expand Down

0 comments on commit dae064a

Please sign in to comment.