Skip to content

Commit 0856f54

Browse files
author
Brian Kohan
committed
fix CI to use new markdown readme #48
1 parent 027610d commit 0856f54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mypy django_typer
5555
poetry check
5656
pip check
57-
python -m readme_renderer ./README.rst -o /tmp/README.html
57+
python -m readme_renderer ./README.md -o /tmp/README.html
5858
cd ./doc
5959
doc8 --ignore-path build --max-line-length 100
6060
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ certain errors or warnings where justified is acceptable:
6767
pyright
6868
poetry check
6969
poetry run pip check
70-
poetry run python -m readme_renderer ./README.rst
70+
poetry run python -m readme_renderer ./README.md
7171
7272
7373
Running Tests

0 commit comments

Comments
 (0)