splti github actions up

This commit is contained in:
Arnav Sacheti
2025-10-23 22:44:00 -07:00
parent 3380e68b9b
commit 2d235f885d
7 changed files with 253 additions and 163 deletions

23
.github/workflows/format.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Format Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
workflow_call:
jobs:
format:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v3
- name: Run ruff format check
run: uvx ruff format --check .