Skip to content

Bump crazy-max/ghaction-import-gpg from 6 to 7 #21

Bump crazy-max/ghaction-import-gpg from 6 to 7

Bump crazy-max/ghaction-import-gpg from 6 to 7 #21

# SPDX-FileCopyrightText: 2006-2025 Knut Reinert & Freie Universität Berlin
# SPDX-FileCopyrightText: 2016-2025 Knut Reinert & MPI für molekulare Genetik
# SPDX-License-Identifier: CC0-1.0
name: License
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
concurrency:
group: license-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'push' }}
jobs:
check:
name: REUSE Compliance
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout
uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6