Compare commits

...

5 Commits

Author SHA1 Message Date
mxmehl c0deba6590 upgrade action 2020-03-02 16:11:45 +01:00
mxmehl 38d426cb7d use new action 2020-03-02 16:08:46 +01:00
mxmehl 23d76b0c76 use new action 2020-03-02 16:03:57 +01:00
mxmehl 4500d848b7 next commit 2020-03-02 15:54:08 +01:00
Max Mehl 9dc6444731 Create main.yml 2020-03-02 15:53:31 +01:00
2 changed files with 13 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: REUSE Compliance
uses: fsfe/reuse-check@v0.5
View File