Skip to content

chore: initialize pytest and create workflow #139

chore: initialize pytest and create workflow

chore: initialize pytest and create workflow #139

Workflow file for this run

name: Precommit tests
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.0