Skip to content

Commit

Permalink
chore: add venv dependency to lint-docs target
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Oct 6, 2023
1 parent 9eab32c commit 8f457f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ venv:
lint: venv
venv/bin/pylint plugins

lint-docs:
lint-docs: venv
venv/bin/antsibull-docs lint-collection-docs --plugin-docs .

clean:
Expand Down

0 comments on commit 8f457f3

Please sign in to comment.