mirror of
https://github.com/actions/setup-python.git
synced 2024-11-06 16:05:56 -05:00
10 lines
327 B
Text
10 lines
327 B
Text
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
{{ var $op = $keyword == 'maxItems' ? '>' : '<'; }}
|
|
if ({{# def.$dataNotType:'number' }} {{=$data}}.length {{=$op}} {{=$schemaValue}}) {
|
|
{{ var $errorKeyword = $keyword; }}
|
|
{{# def.error:'_limitItems' }}
|
|
} {{? $breakOnError }} else { {{?}}
|