Skip to content

Commit

Permalink
Merge pull request #3 from DLR-FT/sebastianHi-patch-1
Browse files Browse the repository at this point in the history
Create reuse.yml
  • Loading branch information
sebastianHi authored Nov 29, 2024
2 parents 1a2b111 + 9efeda7 commit bd96bbe
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: 2023 German Aerospace Center (DLR)
# SPDX-License-Identifier: Apache-2.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@v2

0 comments on commit bd96bbe

Please sign in to comment.