From e50dc25cc137ec7729d69cc26e2d038333d8c676 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 2 Dec 2024 17:43:40 +0100 Subject: [PATCH] Update README.md and build fix. --- .gitea/workflows/build.yaml | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 88bede9..ba06029 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,5 +12,6 @@ jobs: run: | ls ${{ gitea.workspace }} - run: make build + - run: make install - run: make run - run: make test diff --git a/README.md b/README.md index 1a885be..0e2bba1 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,8 @@ async def list_rants(): ``` See [tests](src/devranta/tests.py) for [examples](src/devranta/tests.py) on how to use. +## Todo + + - voting comment + - edit message +