mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-08 19:35:00 -04:00
Add linting pipeline (#22)
close #13 Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/22
This commit is contained in:
parent
669defea9e
commit
3dfb0b7226
17
.woodpecker.yml
Normal file
17
.woodpecker.yml
Normal file
@ -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/
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user