Skip to content

Commit d60bed2

Browse files
RandomBytematz3
authored andcommitted
[ui5-builder][INTERNAL] Add GitHub Action 'REUSE Compliance Check'
1 parent 31d4b5c commit d60bed2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: REUSE Compliance Check
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: REUSE Compliance Check
11+
uses: fsfe/[email protected]

0 commit comments

Comments
 (0)