* Rename .htmltest.yaml to .htmltest.yml This is almost nothing but htmltest expects this exact name by default, so when running the binary locally, it avoids to have to bother with providing the name of the config file. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
7 lines
197 B
YAML
7 lines
197 B
YAML
# config file for htmltest. This is used by one of the checks in Github
|
|
# Actions.
|
|
|
|
IgnoreDirectoryMissingTrailingSlash: true
|
|
DirectoryPath: spec
|
|
CheckExternal: false
|
|
IgnoreInternalEmptyHash: true
|