Skip to content

Commit

Permalink
fix CI to use new markdown readme #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kohan committed Apr 3, 2024
1 parent 027610d commit 0856f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
mypy django_typer
poetry check
pip check
python -m readme_renderer ./README.rst -o /tmp/README.html
python -m readme_renderer ./README.md -o /tmp/README.html
cd ./doc
doc8 --ignore-path build --max-line-length 100
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ certain errors or warnings where justified is acceptable:
pyright
poetry check
poetry run pip check
poetry run python -m readme_renderer ./README.rst
poetry run python -m readme_renderer ./README.md
Running Tests
Expand Down

0 comments on commit 0856f54

Please sign in to comment.