raspberrypilearning / get-started-pico-w

Other
2 stars 3 forks source link

Unable to process Step title content #2

Closed raspberrypilearningbot closed 2 years ago

raspberrypilearningbot commented 2 years ago

There is a markdown issue in step Step title in locale: en. Error: (): mapping values are not allowed in this context at line 1 column 13

For mapping values are not allowed in this context errors, the reported line number may be misleading (due to https://github.com/ruby/psych/issues/190).

Check any YAML (eg. in your ---code--- blocks) as missing colons, or a missing space after a colon, are common issues.

Try pasting the YAML into this linter if you're stuck: http://www.yamllint.com/