diff --git a/.github/workflows/python-exercise.yml b/.github/workflows/python-exercise.yml index ae5971e..afd83ca 100644 --- a/.github/workflows/python-exercise.yml +++ b/.github/workflows/python-exercise.yml @@ -15,5 +15,8 @@ jobs: - uses: actions/checkout@v2 - name: Install Dependencies run: make install-dependencies + - name: Lint + run: make lint - name: Test - run: make test \ No newline at end of file + run: make test + \ No newline at end of file