diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 4907540..ce43cf0 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -6,27 +6,8 @@ jobs: linting: runs-on: ubuntu-latest steps: -# - name: Black -# uses: dciborow/pyaction@0.0.13 -# with: -# black: true - -# - name: Bandit -# uses: dciborow/pyaction@0.0.13 -# with: -# bandit: true - name: Pylint uses: dciborow/pyaction@0.0.13 with: pylint: true - -# - name: Pyright -# uses: dciborow/pyaction@0.0.13 -# with: -# pyright: true - - - name: Flake8 - uses: dciborow/pyaction@0.0.13 - with: - flake8: true