File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
root : .
30
30
paths :
31
31
- v3/build
32
- vale-lint :
33
- docker :
34
- - image : jdkato/vale
35
- steps :
36
- - checkout
37
- - run : vale --minAlertLevel=error --config=./v3/.vale.ini ./v3/docs
32
+ # vale-lint:
33
+ # docker:
34
+ # - image: jdkato/vale
35
+ # steps:
36
+ # - checkout
37
+ # - run: vale --minAlertLevel=error --config=./v3/.vale.ini ./v3/docs
38
38
build-code-type-checking :
39
39
docker :
40
40
- image : cimg/node:20.0
@@ -107,7 +107,7 @@ workflows:
107
107
branches :
108
108
only :
109
109
- master
110
- - vale-lint
110
+ # - vale-lint
111
111
- create-supertokens-backend-website-dev-tag :
112
112
filters :
113
113
branches :
@@ -117,7 +117,7 @@ workflows:
117
117
- slack-notification
118
118
requires :
119
119
- build-docs
120
- - vale-lint
120
+ # - vale-lint
121
121
code-type-checking :
122
122
jobs :
123
123
- build-code-type-checking :
You can’t perform that action at this time.
0 commit comments