Skip to content

Commit 12386c3

Browse files
committed
Updated workflow files
1 parent f23708d commit 12386c3

File tree

22 files changed

+29
-10
lines changed

22 files changed

+29
-10
lines changed

Taskfile.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ vars:
1919
GITHUB_ACTIONS_TEMPLATES_FOOTER: |
2020
2121
tasks:
22+
build:
23+
desc: "Build everything"
24+
cmds:
25+
- task: github-actions:documentation:update
26+
- task: github-actions:link
27+
- task: lint:markdown
28+
- task: lint:yaml
29+
2230
lint:markdown:
2331
desc: "Lint Markdown"
2432
cmds:

docs/github-actions-templates.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT THIS FILE!
22
3-
It was automatically created at 2025-05-02T11:24:41+02:00
3+
It was automatically created at 2025-05-02T13:52:10+02:00
44
by task/scripts/github-documentation-update
55
based on /app/task/scripts/../templates/github-actions-templates.md
66
-->
@@ -105,7 +105,9 @@ pull request).
105105

106106
1. A docker compose service named `phpfpm` can be run and `composer` can be
107107
run inside the `phpfpm` service.
108-
2. The docker setup contains a database container and other the dependent services and the
108+
2. The docker setup contains a database container and other the dependent
109+
services and the default settings match connection credentials for these
110+
services.
109111
3. The Drupal site can be installed from existing config.
110112

111113
---

github/workflows/drupal/styles.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do not edit this file! Make a pull request on changing
2-
# github/workflows/styles.yaml in
2+
# github/workflows/drupal/styles.yaml in
33
# https://github.com/itk-dev/devops_itkdev-docker if need be.
44

55
### ### Styles (CSS and SCSS)
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../github/workflows/styles.yaml
1+
../../../../github/workflows/drupal/styles.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/changelog.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/composer.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/javascript.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/markdown.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/drupal/php.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/drupal/site.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/drupal/styles.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../github/workflows/twig.yaml
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../config/markdown/.markdownlint.jsonc
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../config/markdown/.markdownlintignore

templates/drupal-11/.phpcs.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../config/drupal/php/.phpcs.xml.dist
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../config/drupal/twig/.twig-cs-fixer.dist.php
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../github/workflows/styles.yaml
1+
../../../../github/workflows/drupal/styles.yaml
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../github/workflows/styles.yaml
1+
../../../../github/workflows/drupal/styles.yaml
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../github/workflows/styles.yaml
1+
../../../../github/workflows/drupal/styles.yaml

templates/symfony-3/.github/workflows/styles.yaml

-1
This file was deleted.

templates/symfony-4/.github/workflows/styles.yaml

-1
This file was deleted.

templates/symfony-6/.github/workflows/styles.yaml

-1
This file was deleted.

0 commit comments

Comments
 (0)