Skip to content

Commit 5446bdd

Browse files
committed
Update workflows
1 parent e16d7cf commit 5446bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: snok/install-poetry@v1
2626
- run: |
2727
poetry install
28-
- run: poetry run black --diff --check financetoolkitl
29-
- run: poetry run ruff financetoolkit
28+
- run: poetry run black --diff --check financetoolkit
29+
- run: poetry run ruff check financetoolkit
3030
- run: poetry run pylint financetoolkit
3131

3232
markdown-link-check:

0 commit comments

Comments
 (0)