Skip to content

Commit fcabc16

Browse files
committed
chore: ignore yml files from prettier
1 parent 5e69da5 commit fcabc16

9 files changed

+118
-117
lines changed

.github/workflows/pullRequests.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# and run "github-actions-wac build" (or "ghawac build") to regenerate this file.
44
# For more information, run "github-actions-wac --help".
55
name: Pull Requests
6-
"on": pull_request
6+
'on': pull_request
77
concurrency:
88
group: pr-${{ github.event.pull_request.number }}
99
cancel-in-progress: true
@@ -19,7 +19,7 @@ jobs:
1919
- uses: webiny/[email protected]
2020
runs-on: ubuntu-latest
2121
env:
22-
NODE_OPTIONS: "--max_old_space_size=4096"
22+
NODE_OPTIONS: '--max_old_space_size=4096'
2323
YARN_ENABLE_IMMUTABLE_INSTALLS: false
2424
validateCommitsDev:
2525
name: Validate commit messages (dev branch, 'feat' commits not allowed)
@@ -34,7 +34,7 @@ jobs:
3434
allowed-commit-types: fix,docs,style,refactor,test,build,perf,ci,chore,revert,merge,wip
3535
runs-on: ubuntu-latest
3636
env:
37-
NODE_OPTIONS: "--max_old_space_size=4096"
37+
NODE_OPTIONS: '--max_old_space_size=4096'
3838
YARN_ENABLE_IMMUTABLE_INSTALLS: false
3939
constants:
4040
name: Create constants
@@ -87,7 +87,7 @@ jobs:
8787
$GITHUB_OUTPUT
8888
runs-on: ubuntu-latest
8989
env:
90-
NODE_OPTIONS: "--max_old_space_size=4096"
90+
NODE_OPTIONS: '--max_old_space_size=4096'
9191
YARN_ENABLE_IMMUTABLE_INSTALLS: false
9292
assignMilestone:
9393
name: Assign milestone
@@ -117,7 +117,7 @@ jobs:
117117
milestone: ${{ steps.get-milestone-to-assign.outputs.milestone }}
118118
runs-on: ubuntu-latest
119119
env:
120-
NODE_OPTIONS: "--max_old_space_size=4096"
120+
NODE_OPTIONS: '--max_old_space_size=4096'
121121
YARN_ENABLE_IMMUTABLE_INSTALLS: false
122122
build:
123123
name: Build
@@ -149,7 +149,7 @@ jobs:
149149
path: ${{ github.base_ref }}/.webiny/cached-packages
150150
key: ${{ needs.constants.outputs.run-cache-key }}
151151
env:
152-
NODE_OPTIONS: "--max_old_space_size=4096"
152+
NODE_OPTIONS: '--max_old_space_size=4096'
153153
YARN_ENABLE_IMMUTABLE_INSTALLS: false
154154
staticCodeAnalysis:
155155
needs:
@@ -190,7 +190,7 @@ jobs:
190190
working-directory: ${{ github.base_ref }}
191191
runs-on: ubuntu-latest
192192
env:
193-
NODE_OPTIONS: "--max_old_space_size=4096"
193+
NODE_OPTIONS: '--max_old_space_size=4096'
194194
YARN_ENABLE_IMMUTABLE_INSTALLS: false
195195
staticCodeAnalysisVerifyDependencies:
196196
needs:
@@ -223,7 +223,7 @@ jobs:
223223
working-directory: ${{ github.base_ref }}
224224
runs-on: ubuntu-latest
225225
env:
226-
NODE_OPTIONS: "--max_old_space_size=4096"
226+
NODE_OPTIONS: '--max_old_space_size=4096'
227227
YARN_ENABLE_IMMUTABLE_INSTALLS: false
228228
staticCodeAnalysisTs:
229229
name: Static code analysis (TypeScript)
@@ -249,7 +249,7 @@ jobs:
249249
run: yarn cy:ts
250250
working-directory: ${{ github.base_ref }}
251251
env:
252-
NODE_OPTIONS: "--max_old_space_size=4096"
252+
NODE_OPTIONS: '--max_old_space_size=4096'
253253
YARN_ENABLE_IMMUTABLE_INSTALLS: false
254254
jestTestsNoStorageConstants:
255255
needs:
@@ -277,7 +277,7 @@ jobs:
277277
echo '${{
278278
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
279279
env:
280-
NODE_OPTIONS: "--max_old_space_size=4096"
280+
NODE_OPTIONS: '--max_old_space_size=4096'
281281
YARN_ENABLE_IMMUTABLE_INSTALLS: false
282282
jestTestsNoStorageRun:
283283
needs:
@@ -298,7 +298,7 @@ jobs:
298298
}}
299299
runs-on: ${{ matrix.os }}
300300
env:
301-
NODE_OPTIONS: "--max_old_space_size=4096"
301+
NODE_OPTIONS: '--max_old_space_size=4096'
302302
YARN_ENABLE_IMMUTABLE_INSTALLS: false
303303
AWS_REGION: eu-central-1
304304
if: needs.jestTestsNoStorageConstants.outputs.packages-to-jest-test != '[]'
@@ -396,7 +396,7 @@ jobs:
396396
echo '${{
397397
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
398398
env:
399-
NODE_OPTIONS: "--max_old_space_size=4096"
399+
NODE_OPTIONS: '--max_old_space_size=4096'
400400
YARN_ENABLE_IMMUTABLE_INSTALLS: false
401401
jestTestsddbRun:
402402
needs:
@@ -416,7 +416,7 @@ jobs:
416416
fromJson(needs.jestTestsddbConstants.outputs.packages-to-jest-test) }}
417417
runs-on: ${{ matrix.os }}
418418
env:
419-
NODE_OPTIONS: "--max_old_space_size=4096"
419+
NODE_OPTIONS: '--max_old_space_size=4096'
420420
YARN_ENABLE_IMMUTABLE_INSTALLS: false
421421
AWS_REGION: eu-central-1
422422
if: needs.jestTestsddbConstants.outputs.packages-to-jest-test != '[]'
@@ -513,7 +513,7 @@ jobs:
513513
echo '${{
514514
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
515515
env:
516-
NODE_OPTIONS: "--max_old_space_size=4096"
516+
NODE_OPTIONS: '--max_old_space_size=4096'
517517
YARN_ENABLE_IMMUTABLE_INSTALLS: false
518518
jestTestsddb-esRun:
519519
needs:
@@ -534,7 +534,7 @@ jobs:
534534
}}
535535
runs-on: ${{ matrix.os }}
536536
env:
537-
NODE_OPTIONS: "--max_old_space_size=4096"
537+
NODE_OPTIONS: '--max_old_space_size=4096'
538538
YARN_ENABLE_IMMUTABLE_INSTALLS: false
539539
AWS_REGION: eu-central-1
540540
AWS_ELASTIC_SEARCH_DOMAIN_NAME: ${{ secrets.AWS_ELASTIC_SEARCH_DOMAIN_NAME }}
@@ -643,7 +643,7 @@ jobs:
643643
echo '${{
644644
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
645645
env:
646-
NODE_OPTIONS: "--max_old_space_size=4096"
646+
NODE_OPTIONS: '--max_old_space_size=4096'
647647
YARN_ENABLE_IMMUTABLE_INSTALLS: false
648648
jestTestsddb-osRun:
649649
needs:
@@ -664,7 +664,7 @@ jobs:
664664
}}
665665
runs-on: ${{ matrix.os }}
666666
env:
667-
NODE_OPTIONS: "--max_old_space_size=4096"
667+
NODE_OPTIONS: '--max_old_space_size=4096'
668668
YARN_ENABLE_IMMUTABLE_INSTALLS: false
669669
AWS_REGION: eu-central-1
670670
AWS_ELASTIC_SEARCH_DOMAIN_NAME: ${{ secrets.AWS_OPEN_SEARCH_DOMAIN_NAME }}

.github/workflows/pullRequestsCommandCypress.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# and run "github-actions-wac build" (or "ghawac build") to regenerate this file.
44
# For more information, run "github-actions-wac --help".
55
name: Pull Requests Command - Cypress
6-
"on": issue_comment
6+
'on': issue_comment
77
env:
8-
NODE_OPTIONS: "--max_old_space_size=4096"
8+
NODE_OPTIONS: '--max_old_space_size=4096'
99
AWS_REGION: eu-central-1
1010
jobs:
1111
checkComment:
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
command: cypress
24-
reaction: "true"
24+
reaction: 'true'
2525
reaction-type: eyes
26-
allow-edits: "false"
26+
allow-edits: 'false'
2727
permission-level: write
2828
- name: Create comment
2929
uses: peter-evans/create-or-update-comment@v2
@@ -35,7 +35,7 @@ jobs:
3535
github.run_id }})). :sparkles:
3636
runs-on: ubuntu-latest
3737
env:
38-
NODE_OPTIONS: "--max_old_space_size=4096"
38+
NODE_OPTIONS: '--max_old_space_size=4096'
3939
YARN_ENABLE_IMMUTABLE_INSTALLS: false
4040
validateWorkflows:
4141
name: Validate workflows
@@ -51,7 +51,7 @@ jobs:
5151
needs: checkComment
5252
runs-on: ubuntu-latest
5353
env:
54-
NODE_OPTIONS: "--max_old_space_size=4096"
54+
NODE_OPTIONS: '--max_old_space_size=4096'
5555
YARN_ENABLE_IMMUTABLE_INSTALLS: false
5656
baseBranch:
5757
needs: checkComment
@@ -72,7 +72,7 @@ jobs:
7272
baseRefName -q .baseRefName)" >> $GITHUB_OUTPUT
7373
runs-on: ubuntu-latest
7474
env:
75-
NODE_OPTIONS: "--max_old_space_size=4096"
75+
NODE_OPTIONS: '--max_old_space_size=4096'
7676
YARN_ENABLE_IMMUTABLE_INSTALLS: false
7777
constants:
7878
needs: baseBranch
@@ -97,7 +97,7 @@ jobs:
9797
vars.RANDOM_CACHE_KEY_SUFFIX }}" >> $GITHUB_OUTPUT
9898
runs-on: ubuntu-latest
9999
env:
100-
NODE_OPTIONS: "--max_old_space_size=4096"
100+
NODE_OPTIONS: '--max_old_space_size=4096'
101101
YARN_ENABLE_IMMUTABLE_INSTALLS: false
102102
build:
103103
name: Build
@@ -136,7 +136,7 @@ jobs:
136136
path: ${{ needs.baseBranch.outputs.base-branch }}/.webiny/cached-packages
137137
key: ${{ needs.constants.outputs.run-cache-key }}
138138
env:
139-
NODE_OPTIONS: "--max_old_space_size=4096"
139+
NODE_OPTIONS: '--max_old_space_size=4096'
140140
YARN_ENABLE_IMMUTABLE_INSTALLS: false
141141
e2e-wby-cms-ddb-constants:
142142
needs:
@@ -172,7 +172,7 @@ jobs:
172172
github.run_id }}_ddb" >> $GITHUB_OUTPUT
173173
runs-on: ubuntu-latest
174174
env:
175-
NODE_OPTIONS: "--max_old_space_size=4096"
175+
NODE_OPTIONS: '--max_old_space_size=4096'
176176
YARN_ENABLE_IMMUTABLE_INSTALLS: false
177177
e2e-wby-cms-ddb-project-setup:
178178
needs:
@@ -184,7 +184,7 @@ jobs:
184184
cypress-config: ${{ steps.save-cypress-config.outputs.cypress-config }}
185185
environment: next
186186
env:
187-
NODE_OPTIONS: "--max_old_space_size=4096"
187+
NODE_OPTIONS: '--max_old_space_size=4096'
188188
YARN_ENABLE_IMMUTABLE_INSTALLS: false
189189
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
190190
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -328,7 +328,7 @@ jobs:
328328
}}
329329
environment: next
330330
env:
331-
NODE_OPTIONS: "--max_old_space_size=4096"
331+
NODE_OPTIONS: '--max_old_space_size=4096'
332332
YARN_ENABLE_IMMUTABLE_INSTALLS: false
333333
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
334334
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -404,7 +404,7 @@ jobs:
404404
github.run_id }}_ddb-es" >> $GITHUB_OUTPUT
405405
runs-on: ubuntu-latest
406406
env:
407-
NODE_OPTIONS: "--max_old_space_size=4096"
407+
NODE_OPTIONS: '--max_old_space_size=4096'
408408
YARN_ENABLE_IMMUTABLE_INSTALLS: false
409409
e2e-wby-cms-ddb-es-project-setup:
410410
needs:
@@ -416,7 +416,7 @@ jobs:
416416
cypress-config: ${{ steps.save-cypress-config.outputs.cypress-config }}
417417
environment: next
418418
env:
419-
NODE_OPTIONS: "--max_old_space_size=4096"
419+
NODE_OPTIONS: '--max_old_space_size=4096'
420420
YARN_ENABLE_IMMUTABLE_INSTALLS: false
421421
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
422422
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -564,7 +564,7 @@ jobs:
564564
}}
565565
environment: next
566566
env:
567-
NODE_OPTIONS: "--max_old_space_size=4096"
567+
NODE_OPTIONS: '--max_old_space_size=4096'
568568
YARN_ENABLE_IMMUTABLE_INSTALLS: false
569569
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
570570
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -644,7 +644,7 @@ jobs:
644644
github.run_id }}_ddb-os" >> $GITHUB_OUTPUT
645645
runs-on: ubuntu-latest
646646
env:
647-
NODE_OPTIONS: "--max_old_space_size=4096"
647+
NODE_OPTIONS: '--max_old_space_size=4096'
648648
YARN_ENABLE_IMMUTABLE_INSTALLS: false
649649
e2e-wby-cms-ddb-os-project-setup:
650650
needs:
@@ -656,7 +656,7 @@ jobs:
656656
cypress-config: ${{ steps.save-cypress-config.outputs.cypress-config }}
657657
environment: next
658658
env:
659-
NODE_OPTIONS: "--max_old_space_size=4096"
659+
NODE_OPTIONS: '--max_old_space_size=4096'
660660
YARN_ENABLE_IMMUTABLE_INSTALLS: false
661661
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
662662
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -804,7 +804,7 @@ jobs:
804804
}}
805805
environment: next
806806
env:
807-
NODE_OPTIONS: "--max_old_space_size=4096"
807+
NODE_OPTIONS: '--max_old_space_size=4096'
808808
YARN_ENABLE_IMMUTABLE_INSTALLS: false
809809
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
810810
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}

0 commit comments

Comments
 (0)