Update contributing

This commit is contained in:
bytecraftii 2026-01-16 18:50:11 -08:00
parent f9ba728e5d
commit feb717b7de

View file

@ -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 }}