Skip to content

add pixi, linting, pytest and run it on CI #2

add pixi, linting, pytest and run it on CI

add pixi, linting, pytest and run it on CI #2

name: Pre-commit
on:
pull_request:
merge_group:
push:
branches: [main, update/pre-commit-hooks]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/[email protected]