部署到circle ci时无法解析config.yml文件中的YAML

部署到circle ci时无法解析config.yml文件中的YAML,yaml,config,circleci,lint,Yaml,Config,Circleci,Lint,形势 我在个人项目中发出配置处理错误 成功 我添加了AWS s3和CloudFront,部署在circle ci上取得了成功 失败 我添加了导致错误的linting,但我没有使用tab t来表示错误 压痕 这是我的 错误 !/bin/sh -eo pipefail Unable to parse YAML while scanning for the next token found character '\\t(TAB)' that cannot start any toke

形势

  • 我在个人项目中发出配置处理错误
成功

  • 我添加了AWS s3和CloudFront,部署在circle ci上取得了成功
失败

  • 我添加了导致错误的linting,但我没有使用tab t来表示错误 压痕
这是我的

错误

!/bin/sh -eo pipefail
 Unable to parse YAML
 while scanning for the next token
 found character '\\t(TAB)' that cannot start any token. (Do not use \\t(TAB) for indentation)
  in 'string', line 57, column 34:
           - *show-current-branch-name\t
                                      ^
 
 -------
 Warning: This configuration was auto-generated to show you the message above.
 Don't rerun this job. Rerunning will have no effect.
false

第57行末尾有一个制表符。取下它,它就会通过