Skip to content

Commit 25eba17

Browse files
data-douserCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nathan Randall <70299490+data-douser@users.noreply.github.com>
1 parent 354b4e5 commit 25eba17

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/lint-and-format.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- name: Lint and Format - Run prettier format check
3535
run: npm run format:check
3636

37-
- name: Lint and Format - Run markdownlint
38-
run: npm run lint:md
39-
4037
- name: Lint and Format - Summary
4138
run: |
4239
echo "## Lint and Format Check Summary" >> $GITHUB_STEP_SUMMARY

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dev:stdio": "npm run dev:stdio -w server",
4141
"dev:http": "npm run dev:http -w server",
4242
"format": "prettier --write '**/*.{yml,yaml,md}'",
43-
"format:check": "prettier --check '**/*.{yml,yaml,md}' && npm run lint:md",
43+
"format:check": "prettier --check '**/*.{yml,yaml,md}'",
4444
"lint": "npm run lint -w client -w server -w extensions/vscode",
4545
"lint:fix": "npm run lint:fix -w client -w server -w extensions/vscode",
4646
"lint:md": "markdownlint '**/*.md'",

0 commit comments

Comments
 (0)