Skip to content

Commit 2837583

Browse files
authored
github: install ruff in tests (#3796)
## Changes Install ruff in tests GitHub action. ## Why Allows calling ruff from acceptance tests to check formatting ## Tests Using GitHub checks
1 parent 0f208d5 commit 2837583

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
with:
7272
version: "0.8.9"
7373

74+
- name: Install ruff (Python linter and formatter)
75+
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
76+
with:
77+
version: "0.9.1"
78+
args: "--version"
79+
7480
- name: Pull external libraries
7581
run: |
7682
go mod download

0 commit comments

Comments
 (0)