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