Skip to content

Commit

Permalink
Add REUSE check GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
scy committed Dec 27, 2024
1 parent 55fed23 commit fde855c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SPDX-FileCopyrightText: © 2024 Tim Weber
#
# SPDX-License-Identifier: CC-BY-4.0

name: REUSE Compliance Check

on:
pull_request:
push:
branches:
- main

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

0 comments on commit fde855c

Please sign in to comment.