Uh oh!
There was an error while loading. Please reload this page.
Workflow documentation - #109
Open
rimi-itk wants to merge 34 commits into
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>
rimi-itkforce-pushed
the
feature/github-actions-documentation
branch
from
May 8, 2025 19:55
97b1082 to
cd30e87Comparerimi-itkforce-pushed
the
feature/github-actions-documentation
branch
from
May 8, 2025 20:00
bf7df23 to
6f48820Comparerimi-itk
marked this pull request as ready for review
May 9, 2025 07:35
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}} |
ContributorAuthor
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: |
ContributorAuthor
There was a problem hiding this comment.
It's used to generate the README.workflows.md files from task/Taskfile.github-actions.yml.
rimi-itkforce-pushed
the
feature/github-actions-templates
branch
from
June 2, 2025 11:20
e2ee3d3 to
ea6598eCompare
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 freeto 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.