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 23, 2024
1 parent 6cf7a5a commit f1af8e2
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 @@ -82,6 +82,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 @@ -122,6 +134,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 f1af8e2

Please sign in to comment.