Skip to content

Commit

Permalink
Update linters.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianp-fossid authored Feb 25, 2024
1 parent 8e4886f commit e7abdfa
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install requirements
run: pip install -r requirements.txt
- uses: ricardochaves/[email protected]
with:
python-root-list: "workbench-agent.py"
use-pycodestyle: true
use-black: false
use-mypy: false
extra-pylint-options: "--errors-only --rcfile .pylintrc"
run: |
pip install -r requirements.txt
pycodestyle workbench-agent.py
pylint --errors-only --rcfile .pylintrc workbench-agent.py

0 comments on commit e7abdfa

Please sign in to comment.