Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-14 07:38:55 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-14 10:06:25 +0300
commit7167b689b998d8822a40085a9395e3e4fc375b9c (patch)
tree3bbeda92ce539741ba809bf8f4f948a51f313976 /.github
parent0e271f28a490d4335b703fb173193443b080fd2e (diff)
Do "twine check" on CI process
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 0c09c778b..fea1f17a2 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- tool: [docslint, flake8, mypy]
+ tool: [docslint, flake8, mypy, twine]
steps:
- uses: actions/checkout@v2