Skip to content

Commit

Permalink
#746 Add GitHub action for compliance checking using reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Feb 26, 2025
1 parent 828655f commit 3afad42
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/reuse-compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
# SPDX-License-Identifier: CC0-1.0

name: REUSE Compliance Check

on:
push:
branches: ['*']
pull_request:
branches: ['*']

permissions:
contents: read

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

0 comments on commit 3afad42

Please sign in to comment.