Skip to content

Commit 3fa3cc3

Browse files
authored
fixing lbs issue
1 parent bfb4d6c commit 3fa3cc3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Set up Python
25-
uses: actions/setup-python@v4
24+
- name: Set up Node.js
25+
uses: actions/setup-node@v3
2626
with:
27-
python-version: '3.x'
27+
node-version: '16'
2828

2929
- name: Install Markdown Linter
30-
run: pip install markdownlint-cli
30+
run: npm install -g markdownlint-cli
3131

3232
- name: Lint and Fix Markdown files
3333
run: markdownlint '**/*.md' --fix

0 commit comments

Comments
 (0)