diff --git a/.woodpecker/check_licensing.yaml b/.woodpecker/check_licensing.yaml new file mode 100644 index 0000000..27453b2 --- /dev/null +++ b/.woodpecker/check_licensing.yaml @@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + +steps: + check_formatting: + image: fsfe/reuse + commands: + - reuse lint + when: + event: [pull_request, push, tag]