Skip to content

Commit 89c0835

Browse files
[CI] Possible fix for PR #227
1 parent 812d718 commit 89c0835

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
6666
- name: Lint Markdown Files with YAML config
6767
if: ${{ !cancelled() }}
68-
shell: bash
6968
run: |
7069
git ls-files --exclude-standard -z -- *.md **/*.md |\
7170
xargs -0 -I{} npm run lint:md -- "{}";

0 commit comments

Comments
 (0)