Skip to content

feat: easier for users to know when new version is available, Closes #7 #15

feat: easier for users to know when new version is available, Closes #7

feat: easier for users to know when new version is available, Closes #7 #15

Workflow file for this run

name: Continous Integration - Testing
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install hatch
run: |
pip install hatch
- name: Test with pytest
run: |
hatch run pytest