feat(ci): More testing
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
308d348755
commit
5c8637965a
|
@ -1,6 +1,16 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
lint:
|
install:
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
lint:
|
||||||
|
image: node:lts-alpine
|
||||||
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: node:lts-alpine
|
||||||
|
commands:
|
||||||
|
- yarn build
|
||||||
|
|
||||||
|
branches: [main, develop]
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Flaschengeist (frontend)
|
# 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.
|
Modular student club administration system, licensed under the MIT license.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Reference in New Issue