Skip to content

Commit acbdac2

Browse files
authored
Create reuse-compliance-check.yml
1 parent 479bf45 commit acbdac2

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)