Skip to content

Commit d292651

Browse files
authored
chore: downgrade reuse to 5.1.1
reuse 6.y.z start require us to write `REUSE-IgnoreStart` everywhere, which cannot be done in some markdown files. Temporary switch back to 5.y.z for now.
1 parent 081717d commit d292651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Run REUSE lint
2121
id: lcheck
22-
run: pipx run reuse==6.2.0 lint
22+
run: pipx run reuse==5.1.1 lint
2323
continue-on-error: true
2424
env:
2525
PIPX_DEFAULT_PYTHON: ${{ steps.python.outputs.python-path }}

0 commit comments

Comments
 (0)