Skip to content

Commit

Permalink
Enable isort workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jan 23, 2022
1 parent 97a4826 commit a7b4470
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .github/workflows/linters.yml
Expand Up @@ -21,20 +21,18 @@ jobs:
linters: flake8
run: flake8

# TODO: re-enable it in another PR, want to keep
# the actions Pr clean
# isort:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
# - run: python -m pip install isort
# - name: isort
# uses: liskin/gh-problem-matcher-wrap@v1
# with:
# linters: isort
# run: isort --check --diff cms
isort:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: python -m pip install isort
- name: isort
uses: liskin/gh-problem-matcher-wrap@v1
with:
linters: isort
run: isort --check --diff cms

0 comments on commit a7b4470

Please sign in to comment.