File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4
4
workflow_call :
5
5
inputs :
6
6
record_pr_workflow_id :
7
+ description : " Record PR workflow execution ID to download PR details"
7
8
required : true
8
9
type : number
9
10
workflow_origin : # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
11
+ description : " Repository full name for runner integrity"
10
12
required : true
11
13
type : string
12
14
secrets :
13
15
token :
16
+ description : " GitHub Actions temporary and scoped token"
14
17
required : true
15
18
# Map the workflow outputs to job outputs
16
19
outputs :
Original file line number Diff line number Diff line change 39
39
hooks :
40
40
- id : cfn-python-lint
41
41
files : examples/.*\.(yaml|yml)$
42
+ - repo : https://github.com/rhysd/actionlint
43
+ rev : v1.6.16
44
+ hooks :
45
+ - id : actionlint
46
+ args : [-pyflakes=]
You can’t perform that action at this time.
0 commit comments