Skip to content

Commit 9254174

Browse files
committed
Remove lint md - done by prettier
Issue: CLDSRV-723
1 parent 4123c87 commit 9254174

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
run: yarn run --silent check-format
100100
- name: Lint Javascript
101101
run: yarn run --silent lint -- --max-warnings 0
102-
- name: Lint Markdown
103-
run: yarn run --silent lint_md
104102
- name: Lint python
105103
run: flake8 $(git ls-files "*.py")
106104
- name: Lint Yaml

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
"ft_sse_arn": "cd tests/functional/sse-kms-migration && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 10000 cleanup.js arnPrefix.js --exit",
108108
109109
"lint": "eslint $(git ls-files '*.js')",
110-
"lint_md": "mdlint $(git ls-files '*.md')",
111110
"format": "prettier --write $(git ls-files '*.js' '*.mjs' '*.json' '*.md')",
112111
"check-format": "prettier --check $(git ls-files '*.js' '*.mjs' '*.json' '*.md')",
113112
"mem_backend": "S3BACKEND=mem node index.js",

0 commit comments

Comments
 (0)