Skip to content

ci: migrate to semantic-pr-release-drafter@v0.3.0 #38

ci: migrate to semantic-pr-release-drafter@v0.3.0

ci: migrate to semantic-pr-release-drafter@v0.3.0 #38

Workflow file for this run

name: Format Check
on:
push:
branches:
- main
pull_request: {}
jobs:
ruff-format-check:
name: Ruff Format Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
version: "latest"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: uv sync --extra dev
- name: Check code format
run: uv run ruff format --diff .