feat(ci): More testing
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-08 15:28:59 +01:00
parent 308d348755
commit 5c8637965a
2 changed files with 13 additions and 1 deletions

View File

@ -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]

View File

@ -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