Open
Conversation
Co-authored-by: Ture Gjørup <ture@ignatz.dk>
Co-authored-by: Ture Gjørup <ture@ignatz.dk>
Co-authored-by: Sine Jespersen <sinje@aarhus.dk>
Co-authored-by: Ture Gjørup <ture@ignatz.dk>
97b1082 to
cd30e87
Compare
bf7df23 to
6f48820
Compare
cableman
reviewed
May 9, 2025
| # `peterdavehello/markdownlint` | ||
| # (https://hub.docker.com/r/peterdavehello/markdownlint) | ||
| MARKDOWNLINT_COMMAND: >- | ||
| docker run --rm --volume "$PWD":/md peterdavehello/markdownlint markdownlint --dot {{.GLOB}} |
Contributor
There was a problem hiding this comment.
We need to look into this!
Contributor
Author
There was a problem hiding this comment.
Yes, or just use peterdavehello/markdownlint (https://github.com/PeterDaveHello/docker-markdownlint). We only use it to lint Markdown and we don't do that our our servers, so I don't really understand why we need our own image – I suppose it has something to do with security.
| volumes: | ||
| - ./:/md | ||
|
|
||
| jinja2-cli: |
Contributor
Author
There was a problem hiding this comment.
It's used to generate the README.workflows.md files from task/Taskfile.github-actions.yml.
e2ee3d3 to
ea6598e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds information on project workflows in
.github/workflows/README.workflows.mdinside project templates, e.gtemplates/drupal-11/.github/workflows/README.workflows.md.