We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1e16 commit 237c9d3Copy full SHA for 237c9d3
1 file changed
.github/workflows/static-checks.yml
@@ -46,10 +46,6 @@ jobs:
46
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
47
poetry run flake8 . --count --exit-zero --max-line-length=127 --statistics
48
49
- - name: Run isort
50
- run: |
51
- poetry run isort .
52
-
53
- name: markdownlint-cli
54
uses: nosborn/github-action-markdown-cli@v3.3.0
55
with:
0 commit comments