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@9b022ed85b5d63102abf2db5cb15505d0fc5d991
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
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@9b022ed85b5d63102abf2db5cb15505d0fc5d991
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
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@9b022ed85b5d63102abf2db5cb15505d0fc5d991
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
with:
task: check:renovateconfig
check-ruff:
needs: mise-cache
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
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@56a42b0754816b1e5900bc260504df92ed1358cb
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@56a42b0754816b1e5900bc260504df92ed1358cb # v1.0.0
- 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@56a42b0754816b1e5900bc260504df92ed1358cb
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@56a42b0754816b1e5900bc260504df92ed1358cb # v1.0.0
- name: Restore uv cache
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
Expand Down