Skip to content

Commit

Permalink
Add REUSE workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Aug 1, 2023
1 parent e58f17d commit 07d5fd8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/reuse-complicance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: REUSE Compliance Check
on: [ push, pull_request ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2

0 comments on commit 07d5fd8

Please sign in to comment.