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