Skip to content

Commit 72dfe0d

Browse files
RandomBytematz3
authored andcommitted
[INTERNAL] Add GitHub Action 'REUSE Compliance Check'
1 parent 89e743e commit 72dfe0d

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)