Skip to content

feat: add pytest to repo #11

feat: add pytest to repo

feat: add pytest to repo #11

Workflow file for this run

on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.0
run-tests:
runs-on: ubuntu-latest
steps:
- name: run tests
run: python -m pytest