Skip to content

Commit 06b5331

Browse files
committed
ci(reuse): Add workflow
1 parent 0b7604c commit 06b5331

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: REUSE
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
# No permissions are required for this workflow
10+
permissions: {}
11+
12+
jobs:
13+
compliance-check:
14+
name: Compliance Check
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v6
18+
- name: Execute REUSE Compliance Check
19+
uses: fsfe/reuse-action@v6

0 commit comments

Comments
 (0)