Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx authored Dec 13, 2020
1 parent 0388811 commit 8c1a64b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@test
with:
python-root-list: 'openhab tests'
use-pylint: true
use-pycodestyle: false
use-flake8: true
use-black: false
use-mypy: true
use-isort: true
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@v1.3.0
with:
python-root-list: 'openhab tests'
use-pylint: true
use-pycodestyle: false
use-flake8: true
use-black: false
use-mypy: true
use-isort: true

0 comments on commit 8c1a64b

Please sign in to comment.