Skip to content

Commit

Permalink
add reuse workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-egger committed Jul 17, 2023
1 parent 960dec8 commit c7350a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: REUSE Compliance Check

on: push

jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

0 comments on commit c7350a0

Please sign in to comment.