Skip to content

Run "hatch fmt"

Run "hatch fmt" #46

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
unit-tests:
runs-on: "ubuntu-24.04"
steps:
- uses: actions/checkout@v4
- name: Install Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
- name: Run Tests
run: hatch test -a