Skip to content

Commit 22310f1

Browse files
committed
.
1 parent 9ab8b3b commit 22310f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919

2020
- uses: astral-sh/ruff-action@v2
2121
with:
22+
version: "0.14.10" # Pin the version to match pyproject.toml
2223
args: format --check
2324

2425
- uses: astral-sh/ruff-action@v2
2526
with:
27+
version: "0.14.10" # Pin the version to match pyproject.toml
2628
args: check --output-format=github
2729

2830

0 commit comments

Comments
 (0)