From 49259ae938af0c00b7fd9fc3f8fbf2d33b703be0 Mon Sep 17 00:00:00 2001 From: strawgate Date: Mon, 3 Nov 2025 21:22:22 -0600 Subject: [PATCH] switch marvin to prek from pre-commit --- .github/workflows/marvin.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/marvin.yml b/.github/workflows/marvin.yml index 65d8cbf8a..51674e615 100644 --- a/.github/workflows/marvin.yml +++ b/.github/workflows/marvin.yml @@ -44,11 +44,10 @@ jobs: - name: Install dependencies run: uv sync --python 3.12 - # Install pre-commit hooks automatically - - name: Install pre-commit hooks - run: | - uv run pre-commit install - echo "✅ Pre-commit hooks installed" + - name: Run prek + uses: j178/prek-action@v1 + env: + SKIP: no-commit-to-branch - name: Generate Marvin App token id: marvin-token