Fix GitHub Actions references and add Markdown linting configuration

This commit is contained in:
2025-04-21 04:34:05 +01:00
parent 546ed59a61
commit 4ebe55b940
4 changed files with 51 additions and 7 deletions

13
.codacy.yml Normal file
View File

@@ -0,0 +1,13 @@
---
engines:
markdownlint:
enabled: true
config_file: .markdownlint.json
exclude_paths:
- "vendor/**"
- "node_modules/**"
- "build/**"
- "dist/**"
- "bin/**"
- ".github/**"
- "tests/**"