feat: added basic woodpecker config
This commit is contained in:
parent
b09dd1049b
commit
d41b8919e3
1 changed files with 16 additions and 0 deletions
16
.woodpecker.yml
Normal file
16
.woodpecker.yml
Normal 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
|
||||
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue