build: remove make lint on lint-py

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
himself65 2020-04-01 23:46:25 +08:00 committed by Anna Henningsen
parent a1b6ae6ca6
commit 0e0e338347
No known key found for this signature in database
GPG Key ID: A94130F0BFC8EBE9

View File

@ -70,4 +70,4 @@ jobs:
- name: Lint Python
run: |
make lint-py-build || true
NODE=$(which node) make lint lint-py
NODE=$(which node) make lint-py