We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4198ba commit a3af0ffCopy full SHA for a3af0ff
.github/workflows/push.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Run Go lint checks (does not include formatting checks)
119
run: go tool -modfile=tools/go.mod golangci-lint run --timeout=15m
120
- name: Run ruff (Python linter and formatter)
121
- uses: astral-sh/ruff-action@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0
+ uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
122
with:
123
version: "0.9.1"
124
args: "format --check"
0 commit comments