diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..5f320f9 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,17 @@ +pipeline: + editor-config: + image: mstruebing/editorconfig-checker + group: lint + + woodpecker-cli: + group: lint + image: woodpeckerci/woodpecker-cli:next-alpine + commands: + - woodpecker-cli lint golang/*.yml + - woodpecker-cli lint Docker/*.yml + - woodpecker-cli lint Hugo/*.yml + - woodpecker-cli lint Jekyll/jekyll.yml + - woodpecker-cli lint C/*.yml + - woodpecker-cli lint Rust/ + - woodpecker-cli lint Python/ + - woodpecker-cli lint tectonic/ diff --git a/tectonic/.woodpecker.yml b/tectonic/.woodpecker.yml index 541769b..17cb509 100644 --- a/tectonic/.woodpecker.yml +++ b/tectonic/.woodpecker.yml @@ -18,7 +18,6 @@ # Secrets to set up: # - CBTOKEN: an Access Tokens generated from your Codeberg profile; # - CBMAIL: an email address to author the commit containing the PDF file. -name: Tectonic pipeline: build: