From 5c8637965a59beaa404cfe9ec495f1a92b392cc5 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 8 Dec 2021 15:28:59 +0100 Subject: [PATCH] feat(ci): More testing --- .woodpecker/lint.yml | 12 +++++++++++- README.md | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 8ac2063..0ac79c5 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -1,6 +1,16 @@ pipeline: - lint: + install: image: node:lts-alpine commands: - yarn install + lint: + image: node:lts-alpine + commands: - yarn lint + + build: + image: node:lts-alpine + commands: + - yarn build + +branches: [main, develop] diff --git a/README.md b/README.md index fc358ed..46ce613 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Flaschengeist (frontend) +![status-badge](http://os-sc.org:8000/api/badges/ferfissimo/flaschengeist-frontend/status.svg) + Modular student club administration system, licensed under the MIT license. ## Installation