Skip to content

Commit 84f0615

Browse files
authored
Merge pull request #119 from commerce-docs/ds_req-wf
Prepare for required workflow
2 parents 0cce120 + 08d6fa4 commit 84f0615

File tree

6 files changed

+18
-108
lines changed

6 files changed

+18
-108
lines changed

.github/super-linter.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
IGNORE_GITIGNORED_FILES=true
2+
VALIDATE_GITLEAKS=true
3+
VALIDATE_MARKDOWN=true
4+
MARKDOWN_CONFIG_FILE=.markdownlint.yml
5+
VALIDATE_YAML=true
6+
VALIDATE_JSON=true

.github/workflows/test-pull-request.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.github/linters/.markdown-lint.yml
1+
.github/linters/.markdownlint.yml

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/AdobeDocs/commerce-php"
77
},
88
"dependencies": {
9-
"@adobe/gatsby-theme-aio": "4.7.11",
9+
"@adobe/gatsby-theme-aio": "4.8.3",
1010
"gatsby": "4.25.4",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2"
@@ -23,7 +23,8 @@
2323
"build": "gatsby build",
2424
"serve": "gatsby serve",
2525
"clean": "gatsby clean",
26-
"test:links": "remark src/pages --quiet --frail"
26+
"test:links": "remark src/pages --quiet --frail",
27+
"lint": "docker run --rm -e RUN_LOCAL=true --env-file .github/super-linter.env -v \"$PWD\":/tmp/lint github/super-linter:slim-v4.10.1"
2728
},
2829
"remarkConfig": {
2930
"plugins": [

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

36-
"@adobe/gatsby-theme-aio@npm:4.7.11":
37-
version: 4.7.11
38-
resolution: "@adobe/gatsby-theme-aio@npm:4.7.11"
36+
"@adobe/gatsby-theme-aio@npm:4.8.3":
37+
version: 4.8.3
38+
resolution: "@adobe/gatsby-theme-aio@npm:4.8.3"
3939
dependencies:
4040
"@adobe/focus-ring-polyfill": ^0.1.5
4141
"@adobe/gatsby-source-github-file-contributors": ^0.3.1
@@ -125,7 +125,7 @@ __metadata:
125125
gatsby: ^4.22.0
126126
react: ^17.0.2
127127
react-dom: ^17.0.2
128-
checksum: ab1328e1c66a67e609b28cb0f15be255b472130d0c1c06c72383906904415730252f5139ffce24e7574003488570ce217c6090767df5f07c77f4a12307a0c782
128+
checksum: 8969e2ce703f7be4a13086b201dd6928237d6ebe9c003708f8f22f058d5982242537a1307a297c2562d175a5d5f058dfa123dbb305fc5e392257bb3f206d248d
129129
languageName: node
130130
linkType: hard
131131

@@ -6108,9 +6108,9 @@ __metadata:
61086108
linkType: hard
61096109

61106110
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001370, caniuse-lite@npm:^1.0.30001373":
6111-
version: 1.0.30001457
6112-
resolution: "caniuse-lite@npm:1.0.30001457"
6113-
checksum: f311a7c5098681962402a86a0a367014ee91c3135395ee68bbfaf45caf0e36d581e42d7c5b1526ce99484a228e6cf5cf0e400678292c65f5a21512a3fc7a5fb6
6111+
version: 1.0.30001464
6112+
resolution: "caniuse-lite@npm:1.0.30001464"
6113+
checksum: 67cdee102c1660d62d7b9dbd4740bb7af096236618f2509fd2e0039d50db5f02fb87c21d90b6d573fdcf50deaf3c84503d009e871502b5c221d0ba1dec18ba11
61146114
languageName: node
61156115
linkType: hard
61166116

@@ -6627,7 +6627,7 @@ __metadata:
66276627
version: 0.0.0-use.local
66286628
resolution: "commerce-php@workspace:."
66296629
dependencies:
6630-
"@adobe/gatsby-theme-aio": 4.7.11
6630+
"@adobe/gatsby-theme-aio": 4.8.3
66316631
gatsby: 4.25.4
66326632
react: ^17.0.2
66336633
react-dom: ^17.0.2

0 commit comments

Comments
 (0)