Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DLR-FT/RTLola-ROS2-Adapter into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianHi committed Dec 2, 2024
2 parents 6ad1971 + bd96bbe commit 9de44c6
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 9de44c6

Please sign in to comment.