Skip to content

Begin adding tests. Fix bug exposesd by tests. #102

Begin adding tests. Fix bug exposesd by tests.

Begin adding tests. Fix bug exposesd by tests. #102

Workflow file for this run

name: pre-commit
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-python@v3
with:
python-version: 3.8
- uses: pre-commit/[email protected]