first pass

This commit is contained in:
Sydney Runkle
2025-08-06 14:35:36 -04:00
parent e99f079047
commit a46bac07bf
9 changed files with 330 additions and 110 deletions
+1
View File
@@ -14,6 +14,7 @@ permissions:
env:
# This env var allows us to get inline annotations when ruff has complaints.
RUFF_OUTPUT_FORMAT: github
UV_PRERELEASE: allow
jobs:
build:
+3
View File
@@ -11,6 +11,9 @@ on:
permissions:
contents: read
env:
UV_PRERELEASE: allow
jobs:
build:
runs-on: ubuntu-latest
+3
View File
@@ -10,6 +10,9 @@ on:
permissions:
contents: read
env:
UV_PRERELEASE: allow
# If another push to the same PR or branch happens while this workflow is still running,
# cancel the earlier run in favor of the next run.
#