feat: added basic woodpecker config

This commit is contained in:
Tobias Schmidl 2023-10-06 05:24:32 +02:00
parent b09dd1049b
commit d41b8919e3

16
.woodpecker.yml Normal file
View file

@ -0,0 +1,16 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
steps:
editor-config:
image: mstruebing/editorconfig-checker
group: lint
reuse:
image: fsfe/reuse:latest
group: lint
...