Skip to content

Commit

Permalink
build: remove make lint on lint-py
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
himself65 authored and targos committed Apr 11, 2020
1 parent 1e72605 commit 655ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 655ff39

Please sign in to comment.