Skip to content

Commit

Permalink
chore: Remove steps from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mfloto committed Sep 16, 2024
1 parent 1f138d8 commit fa884da
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa884da

Please sign in to comment.