diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 8380048..12c1e78 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,4 +1,4 @@ -name: Pylint +name: CodeStyle on: [push] @@ -17,11 +17,6 @@ jobs: - name: Install dependencies run: | set -x - python -m pip install --upgrade pip - pip install --user poetry - poetry --version - which poetry - whereis poetry make install - name: Run lint run: make lint