Move config file (#13240)

This commit is contained in:
Trask Stalnaker 2025-02-06 23:10:41 -08:00 committed by GitHub
parent 5f2e5d5df0
commit 3f214115bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ jobs:
- name: Run markdownlint
run: |
npx markdownlint-cli@0.44.0 -c .markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md
npx markdownlint-cli@0.44.0 -c .github/config/markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md