Skip to content

Commit e720d9e

Browse files
committed
Cleaned up YAML files
1 parent bb5b7bb commit e720d9e

File tree

119 files changed

+348
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+348
-349
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- '*.*.*'
4+
- "*.*.*"
55

66
name: Create Github Release
77

.github/workflows/javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
docker network create frontend
3535
3636
- run: |
37-
docker compose run --rm prettier 'web/themes/custom/**/js/**/*.js' --check
37+
docker compose run --rm prettier 'web/**/custom/**/js/**/*.js' --check

.github/workflows/pr.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
strategy:
105105
matrix:
106-
node: [ '16' ]
106+
node: ["16"]
107107
steps:
108108
- uses: actions/checkout@v2
109109
- name: Setup node
@@ -127,8 +127,7 @@ jobs:
127127
MYSQL_PASSWORD: db
128128
MYSQL_DATABASE: db
129129
MYSQL_ROOT_PASSWORD: db
130-
options:
131-
--health-cmd="mysqladmin ping"
130+
options: --health-cmd="mysqladmin ping"
132131
--health-interval=10s
133132
--health-timeout=5s
134133
--health-retries=3
@@ -197,8 +196,7 @@ jobs:
197196
MYSQL_PASSWORD: db
198197
MYSQL_DATABASE: db
199198
MYSQL_ROOT_PASSWORD: db
200-
options:
201-
--health-cmd="mysqladmin ping"
199+
options: --health-cmd="mysqladmin ping"
202200
--health-interval=10s
203201
--health-timeout=5s
204202
--health-retries=3

.github/workflows/styles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
docker network create frontend
3535
3636
- run: |
37-
docker compose run --rm prettier 'web/themes/custom/**/css/**/*.{css,scss}' --check
37+
docker compose run --rm prettier 'web/profiles/custom/os2loop/themes/os2loop_theme/assets/**/*.{css,scss}' --check

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# We check for changed config .github/workflows/pr.yaml, so we don't want Prettier to format our config.
2+
config/sync/

.woodpecker/emnemodul_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_emnemodul_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '08'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "08"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

.woodpecker/loop_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_loop_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '14'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "14"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

.woodpecker/os2forms_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_os2forms_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '47'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "47"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

.woodpecker/risikataloop_prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
from_secret: prod_risikataloop_path
2222
user:
2323
from_secret: user
24-
playbook: 'release'
24+
playbook: "release"
2525
pre_up:
2626
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
2727
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
@@ -32,9 +32,9 @@ steps:
3232
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
3333
cron:
3434
cron:
35-
minute: '23'
36-
hour: '*'
37-
day: '*'
38-
month: '*'
39-
weekday: '*'
40-
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
35+
minute: "23"
36+
hour: "*"
37+
day: "*"
38+
month: "*"
39+
weekday: "*"
40+
job: "itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron"

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version: '3'
1+
version: "3"
22

33
dotenv:
4-
- '.env.docker.local'
4+
- ".env.docker.local"
55

66
includes:
77
dev:

0 commit comments

Comments
 (0)