Skip to content

Commit ca3f919

Browse files
Rob TjalmaRob Tjalma
authored andcommitted
Added REUSE github action
Signed-off-by: Rob Tjalma <[email protected]>
1 parent 14662b1 commit ca3f919

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/reuse.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-FileCopyrightText: 2020 Alliander N.V.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
name: REUSE Compliance Check
6+
7+
on: [push, pull_request]
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- name: REUSE Compliance Check
15+
uses: fsfe/reuse-action@v1

0 commit comments

Comments
 (0)