diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index c167f7ca44..bf2b04fc34 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -42,6 +42,5 @@ jobs: run: | python3 -m pip install .[all] python3 setup.py egg_info - # - name: Lint check - # run: | - # make lint \ No newline at end of file + - name: Lint check + run: make lint