From dddfbf0e4b94af11132799c453e1ec9eb2eddf20 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Sat, 5 Jul 2025 17:08:44 +0200 Subject: [PATCH] Add CI for bean-check --- .forgejo/workflows/test.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .forgejo/workflows/test.yaml diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 0000000..c3e378d --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,23 @@ +name: Test + +on: + push: + branches: + - main + +jobs: + bean-check: + runs-on: debian-latest + steps: + - name: Install pipx + run: | + apt update + apt install -y pipx + - name: Install beancount + run: | + pipx install beancount + pipx inject beancount beancount-periodic + + - uses: actions/checkout@v4 + + - run: /root/.local/bin/bean-check bitlair.beancount