Skip to content

Commit 50f2f35

Browse files
authored
Update pr-markdownlint.yml
Signed-off-by: Max Wolfs <[email protected]>
1 parent 0a7330e commit 50f2f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-markdownlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939

4040
- name: Install all npm packages
41-
run: npm ci
41+
run: npm install
4242

4343
- name: Lint markdown files
4444
run: |
45-
npm run lint:md ${files_to_lint}
45+
npm run lint:md ${files_to_lint}

0 commit comments

Comments
 (0)