Skip to content

Commit

Permalink
ci(github): Always use the latest reuse tool
Browse files Browse the repository at this point in the history
There is no need to pin the version of this tool.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Oct 17, 2024
1 parent 851212d commit d4736fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ jobs:

- name: Check REUSE Compliance
run: |
pipx install reuse==3.0.2
pipx install reuse
reuse lint

0 comments on commit d4736fb

Please sign in to comment.