Skip to content

Commit 2e31ac9

Browse files
himself65targos
authored andcommittedApr 22, 2020
build: remove make lint on lint-py
PR-URL: #32599 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 5e2791e commit 2e31ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
- name: Lint Python
7171
run: |
7272
make lint-py-build || true
73-
NODE=$(which node) make lint lint-py
73+
NODE=$(which node) make lint-py

0 commit comments

Comments
 (0)
Please sign in to comment.