Skip to content

Commit

Permalink
check REUSE compliance in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 22, 2024
1 parent e2eb5a6 commit 57ce045
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ jobs:
name: cargo-timings-${{ matrix.os }}
path: target/cargo-timings/cargo-timing.html

license:
name: Check licenses
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install REUSE
run: pipx install reuse

- name: Check compliance with REUSE
run: reuse lint

docs:
name: Build documentation
permissions:
Expand Down Expand Up @@ -123,6 +135,7 @@ jobs:
needs:
- build-test
- docs
- license
steps:
- name: Download built documentation for publishing
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 57ce045

Please sign in to comment.