mirror of
https://github.com/m3y54m/Embedded-Engineering-Roadmap.git
synced 2026-09-26 16:58:49 +03:00
Correcting workflow error
This commit is contained in:
@@ -19,4 +19,6 @@ jobs:
|
||||
run: npm install -g markdownlint-cli
|
||||
|
||||
- name: Run markdownlint
|
||||
run: markdownlint '**/*.md'
|
||||
run: |
|
||||
echo "Checking Markdown files"
|
||||
find . -type f -name "*.md" -print0 | xargs -0 markdownlint
|
||||
Reference in New Issue
Block a user