Skip to content

update documentation/readability + README changes #145

update documentation/readability + README changes

update documentation/readability + README changes #145

Workflow file for this run

name: Tests
on:
push:
paths:
- '**.py' # only run for py files
branches: '**'
pull_request:
paths:
- '**.py' # only run for py files
branches: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Starting up Python
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Run test script
run: |
python tests.py