feat: move new_note function to a separate file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-08-28 15:35:37 +02:00
commit 3d053d532a
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
12 changed files with 239 additions and 105 deletions

View file

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: build
name: build and test
trigger:
ref:
@ -52,6 +52,7 @@ steps:
pull: true
image: git.roboces.dev/catalin/poetry:beta
commands:
- apk add --no-cache age openssh
- .venv/bin/pytest
depends_on:
- install_deps