Skip to content

Commit

Permalink
suggestion-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Nov 9, 2020
1 parent 1d687e3 commit 8dd1416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
flake8 .
isort:
imports-check-isort:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
Expand All @@ -37,4 +37,4 @@ jobs:
pip --version
- name: isort
run: |
isort . --check --diff
isort . --check --diff

0 comments on commit 8dd1416

Please sign in to comment.