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@8f10ba6b0d94934dba7d2e5aaf2820a18b8c85a9
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@d1b290a7f09cb4fa10800e5babd5d55c532a6417
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@8f10ba6b0d94934dba7d2e5aaf2820a18b8c85a9
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@d1b290a7f09cb4fa10800e5babd5d55c532a6417
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@8f10ba6b0d94934dba7d2e5aaf2820a18b8c85a9
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@d1b290a7f09cb4fa10800e5babd5d55c532a6417
with:
task: check:renovateconfig
check-ruff:
needs: mise-cache
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@8f10ba6b0d94934dba7d2e5aaf2820a18b8c85a9
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@d1b290a7f09cb4fa10800e5babd5d55c532a6417
with:
task: "check:ruff ::: check:ruff::format"
test-pytest:
Expand Down