Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
mise-cache:
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@b15020dc3c095d9b31a643233f3e5bd81eaecef7
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
uv-cache:
needs: mise-cache
uses: ./.github/workflows/mise-uv-prepare-cache.yaml
Expand All @@ -25,7 +25,7 @@ jobs:
task: check:mypy
check-prettier:
needs: mise-cache
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@b15020dc3c095d9b31a643233f3e5bd81eaecef7
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
with:
task: check:prettier
check-pyright:
Expand All @@ -35,12 +35,12 @@ jobs:
task: check:pyright
check-renovate-config:
needs: mise-cache
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@b15020dc3c095d9b31a643233f3e5bd81eaecef7
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
with:
task: check:renovateconfig
check-ruff:
needs: mise-cache
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@b15020dc3c095d9b31a643233f3e5bd81eaecef7
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
with:
task: "check:ruff ::: check:ruff::format"
test-pytest:
Expand Down