mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-06 08:01:11 +00:00
Update contributing
This commit is contained in:
parent
f9ba728e5d
commit
feb717b7de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-markdown.yml
vendored
2
.github/workflows/lint-markdown.yml
vendored
|
|
@ -33,6 +33,6 @@ jobs:
|
|||
|
||||
- name: Lint markdown
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: npx markdownlint-cli@0.43.0 $CHANGED_FILES --ignore node_modules --ignore CONTRIBUTING.md
|
||||
run: npx markdownlint-cli@0.43.0 $CHANGED_FILES --ignore node_modules --ignore CONTRIBUTING.md --ignore README*.md --ignore docs/troubleshooting/bug.md
|
||||
env:
|
||||
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue