score-spec / docs

Docs for Score Specification.
https://docs.score.dev/docs/
Apache License 2.0
6 stars 12 forks source link

Add new community page #120

Closed mathieu-benoit closed 3 weeks ago

mathieu-benoit commented 4 weeks ago

Add new community page:

mathieu-benoit commented 4 weeks ago

Weird error in CI, not sure what to do:

$ yarn run dprint check

from /home/runner/work/docs/docs/content/en/docs/community/_index.md:
 | Text differed by line endings.
--
Found 1 not formatted file.
error Command failed with exit code 20.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
astromechza commented 3 weeks ago

Weird error in CI, not sure what to do:

$ yarn run dprint check

from /home/runner/work/docs/docs/content/en/docs/community/_index.md:
 | Text differed by line endings.
--
Found 1 not formatted file.
error Command failed with exit code 20.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

What editor did you use here? the newlines seem to be inconsistent. Can you run yarn run dprint fmt to reformat the doc?

mathieu-benoit commented 3 weeks ago

@astromechza, it worked by running dprint fmt, I'm on GH Codespace.

Now fixed. Ready for your review, thanks!