Skip to content

Commit 640e8c4

Browse files
committed
Add REUSE validation
1 parent 5b68f02 commit 640e8c4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/reuse.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
# SPDX-FileCopyrightText: none
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
name: "REUSE"
6+
permissions: {}
7+
on: [push, pull_request, workflow_dispatch]
8+
9+
jobs:
10+
reuse:
11+
name: "REUSE compliance check"
12+
runs-on: ubuntu-latest
13+
timeout-minutes: 5
14+
15+
steps:
16+
- name: "Checkout sources"
17+
uses: actions/checkout@v4
18+
- name: "REUSE compliance check"
19+
uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)