File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 27
27
- name : Test with pytest
28
28
run : |
29
29
tox
30
+ - name : Ensure README.rst builds correctly for PyPI
31
+ run : |
32
+ pip install readme-renderer
33
+ python -m readme_renderer README.rst >/dev/null
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ Examples
236
236
Sample echo- bot with asynchronous processings.
237
237
238
238
`fastapi- echo < examples/ fastapi- echo> ` __
239
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
240
240
241
241
Sample echo- bot using `FastAPI < https:// fastapi.tiangolo.com/ > ` __
242
242
@@ -323,6 +323,13 @@ You can generate new or fixed models and APIs by this command.
323
323
When you update line- bot- sdk- python version, please update `linebot/ __about__.py < linebot/ __about__.py> ` __ and generate code again.
324
324
325
325
326
+ If you edit `README .rst < README .rst> ` __, you should execute the following command to check the syntax of README .
327
+
328
+ ::
329
+
330
+ $ python - m readme_renderer README .rst
331
+
332
+
326
333
Run tests
327
334
~~~~~~~~~
328
335
You can’t perform that action at this time.
0 commit comments