feat(ci): Added woodpecker CI
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
This commit is contained in:
parent
dc9f70983b
commit
1b80e39648
|
@ -0,0 +1,6 @@
|
|||
pipeline:
|
||||
lint:
|
||||
image: python:alpine
|
||||
commands:
|
||||
- pip install black
|
||||
- black --check --line-length 120 --target-version=py37 .
|
|
@ -1,4 +1,6 @@
|
|||
# Flaschengeist
|
||||
![status-badge](https://ci.os-sc.org/api/badges/Flaschengeist/flaschengeist/status.svg)
|
||||
|
||||
This is the backend of the Flaschengeist.
|
||||
|
||||
## Installation
|
||||
|
@ -87,4 +89,4 @@ Or with html output (open `htmlcov/index.html` in a browser):
|
|||
$ coverage html
|
||||
|
||||
## Development
|
||||
Please refer to our [development wiki](https://flaschengeist.dev/Flaschengeist/flaschengeist/wiki/Development).
|
||||
Please refer to our [development wiki](https://flaschengeist.dev/Flaschengeist/flaschengeist/wiki/Development).
|
||||
|
|
Loading…
Reference in New Issue