Skip to content

chore: install, lint, and test package with Nox (#10) #12

chore: install, lint, and test package with Nox (#10)

chore: install, lint, and test package with Nox (#10) #12

name: "Pre-commit: Run"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit-run:
name: Run Pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]