Skip to content

Merge pull request #81 from seqan/dependabot/github_actions/DoozyX/cl… #49

Merge pull request #81 from seqan/dependabot/github_actions/DoozyX/cl…

Merge pull request #81 from seqan/dependabot/github_actions/DoozyX/cl… #49

Workflow file for this run

# 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: License
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: license-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'push' }}
env:
TZ: Europe/Berlin
jobs:
check:
name: REUSE Compliance
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4