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 e7abdfa commit 29caf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install requirements
- name: Code linters
run: |
pip install -r requirements.txt
pycodestyle workbench-agent.py
pylint --errors-only --rcfile .pylintrc workbench-agent.py
pylint --rcfile .pylintrc workbench-agent.py

0 comments on commit 29caf9c

Please sign in to comment.