File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
- repo : https://github.com/python-jsonschema/check-jsonschema.git
12
12
rev : 0.18.3
13
13
hooks :
14
+ - id : check-github-actions
14
15
- id : check-github-workflows
15
16
- id : check-jsonschema
16
17
name : Check GitHub Workflows set timeout-minutes
Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ inputs:
19
19
verify_metadata :
20
20
description : Check metadata before uploading
21
21
required : false
22
- default : true
22
+ default : ' true'
23
23
skip_existing :
24
24
description : >-
25
25
Do not fail if a Python package distribution
26
26
exists in the target package index
27
27
required : false
28
- default : false
28
+ default : ' false'
29
29
verbose :
30
30
description : Show verbose output.
31
31
required : false
32
- default : false
32
+ default : ' false'
33
33
print_hash :
34
34
description : Show hash values of files to be uploaded
35
35
required : false
36
- default : false
36
+ default : ' false'
37
37
branding :
38
38
color : yellow
39
39
icon : upload-cloud
You can’t perform that action at this time.
0 commit comments