We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f848e commit e9e4df0Copy full SHA for e9e4df0
.github/workflows/python-package.yml renamed to .github/workflows/tests.yml
@@ -1,7 +1,7 @@
1
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
4
-name: Python package
+name: tests
5
6
on:
7
push:
README.md
@@ -1,5 +1,7 @@
# docstring-to-markdown
+[](https://github.com/krassowski/docstring-to-markdown/actions?query=workflow%3A%22tests%22)
+
On the fly conversion of Python docstrings to markdown
- Python 3.6+
0 commit comments