Skip to content

Fix fmt

Fix fmt #31

Workflow file for this run

name: Validate
on:
push:
branches:
- 'main'
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout project
uses: actions/checkout@v6
- name: Install Mise
uses: caido/[email protected]
with:
working_directory: .
version: ${{ vars.CI__MISE_VERSION }}
- name: Install dependencies
run: uv sync --all-packages
- name: Run validation (format, lint, typecheck)
run: mise run validate