Skip to content

Commit 55b453a

Browse files
author
Drew Yang
committed
ci: πŸ“ update comments
1 parent 776e64a commit 55b453a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

β€Ž.github/workflows/release.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
inputs:
55
testpypi:
6-
description: 'Release to TestPyPI then skip the rest'
6+
description: 'Release to TestPyPI then skip following flow'
77
default: 'false'
88
type: choice
99
options:

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ repos:
5757
- repo: https://github.com/rhysd/actionlint
5858
rev: v1.7.7
5959
hooks:
60+
# lint github actions workflow yaml
6061
- id: actionlint
6162

6263
## Suggest to add pytest hook that runs unit test | Prerequisite: split unit/integration test

0 commit comments

Comments
Β (0)