Compare commits

...

12 Commits

Author SHA1 Message Date
mxmehl 997bef5481 update reuse action 2020-03-03 13:21:05 +01:00
mxmehl 97aab80cca update reuse action 2020-03-03 13:09:53 +01:00
mxmehl f1b8df59f5 update reuse action 2020-03-03 13:03:49 +01:00
mxmehl 0a78ea8319 update reuse action 2020-03-03 13:01:19 +01:00
mxmehl 835907182c update reuse action 2020-03-03 12:59:54 +01:00
mxmehl b2170a3b3e update reuse action 2020-03-03 12:58:44 +01:00
mxmehl 01fbbcc5d9 update reuse action 2020-03-03 12:57:46 +01:00
mxmehl b90a23f81c update reuse action 2020-03-03 12:56:29 +01:00
mxmehl eaf5131bdf update reuse action 2020-03-03 12:55:31 +01:00
mxmehl 6dd720d2af update reuse action 2020-03-03 12:54:07 +01:00
mxmehl da82cdf163 update reuse action 2020-03-03 12:51:37 +01:00
mxmehl 21bb8203cc update reuse action 2020-03-03 12:49:21 +01:00
+5 -2
View File
@@ -9,5 +9,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: REUSE Compliance - name: REUSE Compliance check
uses: fsfe/reuse-check@v0.5 uses: fsfe/reuse-action@v0.4
with:
cmd: 'lint'
arg: '--include-submodules'