Skip to content

Commit a50a813

Browse files
authored
Create 99-reuse-compliance-check.yml
added https://reuse.software/ linter
1 parent 25f5591 commit a50a813

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
name: REUSE Compliance Check
6+
7+
on: [push, pull_request]
8+
9+
jobs:
10+
reuse-compliance-check:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
16+
- name: REUSE Compliance Check
17+
uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)