Skip to content

Commit 0b97f99

Browse files
committed
CI: enable REUSE
1 parent 1269cfc commit 0b97f99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ jobs:
1919
- name: Verify encoding
2020
shell: pwsh
2121
run: Install-Module VerifyEncoding -Repository PSGallery -RequiredVersion 2.2.0 -Force && Test-Encoding
22+
23+
licenses:
24+
runs-on: ubuntu-24.04
25+
steps:
26+
- name: Check out the repository
27+
uses: actions/checkout@v4
28+
29+
- name: REUSE license check
30+
uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)