Skip to content

[INFRA] Make TDL a static library #86

[INFRA] Make TDL a static library

[INFRA] Make TDL a static library #86

# SPDX-FileCopyrightText: 2006-2024, Knut Reinert & Freie Universität Berlin
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
if: github.repository_owner == 'deNBI-cibi' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2