Skip to content

Update account name regex to allow starting with a number #39

Update account name regex to allow starting with a number

Update account name regex to allow starting with a number #39

Workflow file for this run

name: tests
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs: ['26.1', '26.2', '26.3', '27.1', '27.2', '28.1', '28.2']
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs }}
- run: pip install beancount
- uses: actions/checkout@v2
- run: make compile
- run: make test