-
Notifications
You must be signed in to change notification settings - Fork 1
Workflow documentation #109
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
base: develop
Are you sure you want to change the base?
Conversation
Co-authored-by: Ture Gjørup <[email protected]>
Co-authored-by: Ture Gjørup <[email protected]>
Co-authored-by: Sine Jespersen <[email protected]>
Co-authored-by: Ture Gjørup <[email protected]>
97b1082
to
cd30e87
Compare
bf7df23
to
6f48820
Compare
# `peterdavehello/markdownlint` | ||
# (https://hub.docker.com/r/peterdavehello/markdownlint) | ||
MARKDOWNLINT_COMMAND: >- | ||
docker run --rm --volume "$PWD":/md peterdavehello/markdownlint markdownlint --dot {{.GLOB}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to look into this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
@@ -5,3 +5,12 @@ services: | |||
- dev | |||
volumes: | |||
- ./:/md | |||
|
|||
jinja2-cli: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used to generate the README.workflows.md
files from task/Taskfile.github-actions.yml
.
e2ee3d3
to
ea6598e
Compare
Adds information on project workflows in
.github/workflows/README.workflows.md
inside project templates, e.gtemplates/drupal-11/.github/workflows/README.workflows.md
.