Skip to content

Commit 664c9b6

Browse files
authored
[skip-changelog] fix task check (#1518)
1 parent 126bb02 commit 664c9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ tasks:
243243
- task: go:vet
244244
- task: go:lint
245245
- task: i18n:check
246-
- task: python:check
246+
- task: python:lint
247247
- task: protoc:check
248248

249249
check-legacy:

0 commit comments

Comments
 (0)