Skip to content

Commit 34f842b

Browse files
committed
docs(lint): include Makefile target for CI
1 parent 0485d06 commit 34f842b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ format:
1616
lint: format
1717
poetry run flake8 aws_lambda_powertools/* tests/*
1818

19+
lint-docs:
20+
docker run -v ${PWD}:/markdown 06kellyjac/markdownlint-cli:0.28.1-alpine "docs"
21+
22+
lint-docs-fix:
23+
docker run -v ${PWD}:/markdown 06kellyjac/markdownlint-cli:0.28.1-alpine --fix "docs"
24+
1925
test:
2026
poetry run pytest -m "not perf" --cov=aws_lambda_powertools --cov-report=xml
2127
poetry run pytest --cache-clear tests/performance

0 commit comments

Comments
 (0)