diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2ee21a..6140493 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,6 +39,7 @@ jobs: python -m black -l 100 flexitext --check echo "Success!" echo "Checking code style with pylint..." + echo "Change" python -m pylint flexitext/ - name: Run tests