Skip to content

Commit

Permalink
Create 99-reuse-compliance-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 21, 2025
1 parent f42b0af commit 04a54de
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/99-reuse-compliance-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
#
# SPDX-License-Identifier: Apache-2.0

name: REUSE Compliance Check

on: [push, pull_request]

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 04a54de

Please sign in to comment.