Skip to content

docs: added doc strings #51

docs: added doc strings

docs: added doc strings #51

Workflow file for this run

name: Django CI Nau Financial Manager
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Poetry
run: make install-poetry install-packages
- name: Get all containers up and running
run: cp sample-dev.env .env; make hr-docker
- name: Run Django tests
run: make test