# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
steps:
check_licensing:
image: fsfe/reuse
commands:
- reuse lint
when:
event: [pull_request, push, tag]