Fix GitHub Actions references and add Markdown linting configuration
This commit is contained in:
13
.codacy.yml
Normal file
13
.codacy.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
engines:
|
||||
markdownlint:
|
||||
enabled: true
|
||||
config_file: .markdownlint.json
|
||||
exclude_paths:
|
||||
- "vendor/**"
|
||||
- "node_modules/**"
|
||||
- "build/**"
|
||||
- "dist/**"
|
||||
- "bin/**"
|
||||
- ".github/**"
|
||||
- "tests/**"
|
||||
Reference in New Issue
Block a user