From 79529eabf4e45aa8ca0797736982ae2bd9deb5f8 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Wed, 18 Feb 2026 12:16:41 +0000 Subject: [PATCH] validation fix Signed-off-by: Weston Steimel --- .github/workflows/validations.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index bb68b38..ed6d193 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -23,10 +23,9 @@ jobs: - name: Install OS dependencies run: apk add --no-cache uv git - name: Configure git - run: git config --global --add safe.directory ${{ github.workspace }} + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: persist-credentials: false - set-safe-directory: ${{ github.workspace }} - name: ruff check run: uv run ruff check \ No newline at end of file