chore: more spring cleaning and refactoring

This commit is contained in:
Richard Macias
2026-02-14 15:33:25 -06:00
parent 667c60ba03
commit a3631de530
7 changed files with 21 additions and 20 deletions

View File

@@ -47,13 +47,13 @@ jobs:
with:
python-version: "3.11"
- name: Run make release
run: make release
- name: Run make build
run: make build
- name: Check for uncommitted changes
run: |
if [ -n "$(git diff --name-only)" ]; then
echo "Generated files are out of date. Run 'make release' and commit the results."
echo "Generated files are out of date. Run 'make build' and commit the results."
echo ""
echo "Changed files:"
git diff --name-only