Config.yml is unable to parse emoji's

Writing a comment such as # Comment here is perfectly valid, if you add a emoji to this such as # Comment here 😃 the config doesn’t seem to run and provides no exception message.

E.g:

docker:
            - image: circleci/node:10.13.0
        steps:
            - checkout # Grab the source files 😃 ( This emoji breaks the config )
1 Like

Hi @adamzerella, This is an issue we’re currently investigating. I’ve also created this Idea post to gather interest in supporting emojis within the config.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.