Skip to content

feat: add test for read_template #4

feat: add test for read_template

feat: add test for read_template #4

Workflow file for this run

---
name: build
"on": push
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.9
- name: checkout
run: git fetch --prune --unshallow
- name: install environment
run: pip install pipenv
- name: run tests
run: make test