diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26ed524..67d1944c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: - name: Run a multi-line script run: | echo Add other actions to build, - pylint --version + python3 -m pylint --version echo test, and deploy your project.