From 05692ed87caaa20b087b15e33b9e89a93c594132 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:04:52 +0100 Subject: [PATCH] Use the prek GitHub Action Much simpler... --- .github/workflows/lint.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7a7b846bdb..cc76093694 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,9 +17,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - name: Install uv - uses: astral-sh/setup-uv@v7 - - name: Install prek - run: uv tool install prek - - name: Run prek - run: prek run --all-files + - uses: j178/prek-action@v1