Skip to content

Commit

Permalink
ci(reuse): add reuse github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Oct 30, 2024
1 parent 5767394 commit 2c8fdad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
---
name: REUSE Compliance Check

'on': [push, pull_request]

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

0 comments on commit 2c8fdad

Please sign in to comment.