Call prek instead of pre-commit

This commit is contained in:
alejandro-angulo 2026-03-24 17:52:55 -07:00
parent a44536a601
commit 36a17f332f

View file

@ -17,7 +17,7 @@ jobs:
run: | run: |
git fetch origin git fetch origin
nix develop --accept-flake-config --impure --command bash -c \ nix develop --accept-flake-config --impure --command bash -c \
"pre-commit run --from-ref origin/main --to-ref $GITHUB_SHA" "prek run --from-ref origin/main --to-ref $GITHUB_SHA"
build: build:
needs: pre-commit-hooks needs: pre-commit-hooks