Skip to content

Commit d4a9283

Browse files
fix(action): fix lint
1 parent 8117c7a commit d4a9283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
pip install black isort ruff
2525
2626
- name: Check formatting with Black
27-
run: black --check vyper_sphinx_docs tests
27+
run: black --check sphinx_autodoc_vyper tests
2828

2929
- name: Check imports with isort
30-
run: isort --check-only vyper_sphinx_docs tests
30+
run: isort --check-only sphinx_autodoc_vyper tests
3131

3232
- name: Lint with Ruff
33-
run: ruff check vyper_sphinx_docs tests
33+
run: ruff check sphinx_autodoc_vyper tests

0 commit comments

Comments
 (0)