Skip to content

FIX: Fix typo in attribute name #43

FIX: Fix typo in attribute name

FIX: Fix typo in attribute name #43

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- main
jobs:
run-tests:
if: "!contains(github.event.head_commit.message, 'skipci')"
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install requirements
run: pip install .
- name: Run tests
run: python -m unittest