This commit is contained in:
parent
e602e19e75
commit
dddfbf0e4b
1 changed files with 23 additions and 0 deletions
23
.forgejo/workflows/test.yaml
Normal file
23
.forgejo/workflows/test.yaml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue