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 776e64a commit 55b453aCopy full SHA for 55b453a
β.github/workflows/release.yamlβ
@@ -3,7 +3,7 @@ on:
3
workflow_dispatch:
4
inputs:
5
testpypi:
6
- description: 'Release to TestPyPI then skip the rest'
+ description: 'Release to TestPyPI then skip following flow'
7
default: 'false'
8
type: choice
9
options:
β.pre-commit-config.yamlβ
@@ -57,6 +57,7 @@ repos:
57
- repo: https://github.com/rhysd/actionlint
58
rev: v1.7.7
59
hooks:
60
+ # lint github actions workflow yaml
61
- id: actionlint
62
63
## Suggest to add pytest hook that runs unit test | Prerequisite: split unit/integration test
0 commit comments