Skip to content

move to uv

move to uv #778

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [ "main", "ci" ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: mhils/workflows/checkout@main
- uses: mhils/workflows/setup-python@main
with:
python-version-file: .github/python-version.txt
- uses: mhils/workflows/setup-uv@main
- name: Install the project
run: uv sync --dev
- run: uv run ruff check --fix-only .
- run: uv run ruff format .
- run: uv run test/test_snapshot.py
- uses: mhils/add-pr-ref-in-changelog@main
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a