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 1269cfc commit 0b97f99Copy full SHA for 0b97f99
.github/workflows/main.yml
@@ -19,3 +19,12 @@ jobs:
19
- name: Verify encoding
20
shell: pwsh
21
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