Skip to content

fix: setuptools-like packages have wrong mapping (#29) #67

fix: setuptools-like packages have wrong mapping (#29)

fix: setuptools-like packages have wrong mapping (#29) #67

Workflow file for this run

# name: Run tests, pre-commit stuff and type checking for parselmouth
on:
push:
branches: [ "main" ]
pull_request:
jobs:
# run_tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Set up Python
# uses: actions/setup-python@v5
# with:
# python-version: '3.9' # Specify your Python version
# - uses: prefix-dev/[email protected]
# with:
# pixi-version: "latest"
# manifest-path: pyproject.toml
# - name: run tests
# run: |
# pixi run run-tests
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
environments: >-
fmt
type-checking
- name: pre-commit
run: pixi run pre-commit-run --color=always --show-diff-on-failure --all
- name: type check
run: pixi run type-check