update yaml exclude regex

This commit is contained in:
grantbirki 2023-03-26 16:44:27 +01:00
parent a150ab0e3f
commit b0625058db
No known key found for this signature in database
GPG Key ID: 96DF969ECBD266FE

View File

@ -20,4 +20,4 @@ jobs:
uses: GrantBirki/json-yaml-validate@v1.2.0
with:
comment: "true" # enable comment mode
yaml_exclude_regex: "charts/external-dns/templates/.*"
yaml_exclude_regex: "(charts\/external-dns\/templates\/.*|mkdocs\\.yml)"