blob: 2e57697e683e295ef41e1224de44aa499c90ec29 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
packages:
testBadYAMLInvalidCommentInManifest:
actions:
# helloworld action in NodeJS
helloNodejs:
function: actions/hello.js
inputs:
name:
type: string
description: name of a person
place:
type: string
/// bad comment
description: location of a person
# go-yaml/yaml "yaml: line 13: could not find expected ':'"