Skip to content

Commit

Permalink
CI: re-enable make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 23, 2023
1 parent 3772c23 commit 9fa9ab6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ jobs:
run: |
python3 -m pip install .[all]
python3 setup.py egg_info
# - name: Lint check
# run: |
# make lint
- name: Lint check
run: make lint

0 comments on commit 9fa9ab6

Please sign in to comment.