Skip to content

updating styleguide (#22) #95

updating styleguide (#22)

updating styleguide (#22) #95

Workflow file for this run

on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
name: "pytest"
steps:
- uses: davidslusser/[email protected]
with:
src: ""
options: "--cov=src"
pip_install_command: "pip install -e .[dev]"
python_version: "3.11"