Skip to content

Commit

Permalink
ci: adds reuse check in prtests
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Aug 10, 2024
1 parent 4e500a4 commit 37703b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,10 @@ jobs:
python -m pip install -r requirements.dev.txt
black --check .
ruff .
reuse-lint-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4

0 comments on commit 37703b8

Please sign in to comment.