Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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@b262c8d171b1e5e4c65f6b469dbeb580f422080b
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@875a9f10dd31453a5a82220c60efc60cd0a0a8a0
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@b262c8d171b1e5e4c65f6b469dbeb580f422080b
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@875a9f10dd31453a5a82220c60efc60cd0a0a8a0
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@b262c8d171b1e5e4c65f6b469dbeb580f422080b
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@875a9f10dd31453a5a82220c60efc60cd0a0a8a0
with:
task: check:renovateconfig
check-ruff:
needs: mise-cache
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@b262c8d171b1e5e4c65f6b469dbeb580f422080b
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@875a9f10dd31453a5a82220c60efc60cd0a0a8a0
with:
task: "check:ruff ::: check:ruff::format"
test-pytest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mise-uv-prepare-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup mise
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@55ea2b30e386181fb6718621ca7b7b0ddaa08ef7
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@6617d43f9e7ea24c0884078cd4f5fb4eca4655a7
- name: uv cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mise-uv-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup mise
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@55ea2b30e386181fb6718621ca7b7b0ddaa08ef7
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@6617d43f9e7ea24c0884078cd4f5fb4eca4655a7
- name: Restore uv cache
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
Expand Down