We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6544ea1 commit 32e81f4Copy full SHA for 32e81f4
.github/workflows/reuse-compliance.yml
@@ -38,7 +38,7 @@ jobs:
38
# Do the report for the whole repository, adding badge to the
39
# README file.
40
final-report:
41
- name: REUSE Compliance Report
+ name: Compliance Check
42
needs: [packages-compliance-check]
43
runs-on: ubuntu-24.04
44
steps:
@@ -49,7 +49,7 @@ jobs:
49
# Download MIT license temporarily for api.reuse.software reporting
50
reuse download MIT
51
52
- - name: Run official REUSE lint for api.reuse.software reporting
+ - name: REUSE check for full repository
53
uses: fsfe/reuse-action@v6
54
with:
55
args: lint
0 commit comments