Skip to content

Merge pull request #98 from beancount/beanprice-2 #8

Merge pull request #98 from beancount/beanprice-2

Merge pull request #98 from beancount/beanprice-2 #8

Workflow file for this run

name: beancount
on:
[push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- run: pip install -r requirements_dev.txt
- run: pylint beanprice
- run: pytest beanprice
- run: mypy beanprice