Skip to content

Commit

Permalink
add github action to check licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Aug 15, 2023
1 parent e67aa43 commit 2a77a2a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0

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
with:
args: lint

0 comments on commit 2a77a2a

Please sign in to comment.