Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample of multi-line YAML #17

Closed
patcon opened this issue Apr 21, 2015 · 1 comment
Closed

Sample of multi-line YAML #17

patcon opened this issue Apr 21, 2015 · 1 comment

Comments

@patcon
Copy link

patcon commented Apr 21, 2015

Yes, it's a yaml thing, but users who don't know the YAML spec very well might appreciate a heads-up (by way of example) that this is OK :)

https://github.com/mission-impossible-android/mission-impossible-android/blob/feature/yaml-spec/docs/schema.yaml#L11-L18

apps: >
  list(
    str(),
    include('app_fdroid_latest'),
    include('app_fdroid_version'),
    include('app_fdroid_versioncode'),
    include('app_direct_download'),
  )
@blopker
Copy link
Contributor

blopker commented Apr 21, 2015

Hm, that is a handy technique. However YAML has a ton of features that will also be compatible with Yamale. I'm not sure I want to re-document them in the README here.

That being said, I think having a link to the spec would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants