This commit is contained in:
parent
2ce2a51588
commit
161ad4e220
2 changed files with 12 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
|
commands:
|
||||||
|
- dotnet build
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
BunyMuny
|
BunyMuny
|
||||||
===
|
===
|
||||||
|
[![Build Status](https://drone.bune.city/api/badges/lynnesbian/BunyMuny/status.svg)](https://drone.bune.city/lynnesbian/BunyMuny)
|
||||||
|
|
||||||
BunyMuny parses the CSV output of various bank statement listings and converts it to something more human readable with nice visualisations.
|
BunyMuny parses the CSV output of various bank statement listings and converts it to something more human readable with nice visualisations.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue