Skip to content

Switched project to uv for testing/packaging #38

Switched project to uv for testing/packaging

Switched project to uv for testing/packaging #38

Workflow file for this run

name: pre-commit
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: pre-commit/[email protected]