Skip to content

Commit 5c77450

Browse files
committed
Specify ruff version for github action
1 parent 798f8fb commit 5c77450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Display Ruff version
2121
uses: astral-sh/ruff-action@v3
2222
# Installs ruff for use in later steps
23-
# Installs version from dev dependencies in pyproject.toml
2423
with:
24+
version: "0.7.2"
2525
args: --version
2626
- name: Lint with Ruff
2727
run: ruff check

0 commit comments

Comments
 (0)