mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Rename .htmltest.yaml to .htmltest.yml (#1985)
* 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>
This commit is contained in:
parent
285cd2bda2
commit
b1ebbb9a1c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -255,7 +255,7 @@ jobs:
|
||||||
- name: "Run htmltest"
|
- name: "Run htmltest"
|
||||||
uses: wjdp/htmltest-action@master
|
uses: wjdp/htmltest-action@master
|
||||||
with:
|
with:
|
||||||
config: .htmltest.yaml
|
config: .htmltest.yml
|
||||||
|
|
||||||
build-historical-spec:
|
build-historical-spec:
|
||||||
name: "📖 Build the historical backup spec"
|
name: "📖 Build the historical backup spec"
|
||||||
|
|
|
||||||
1
changelogs/internal/newsfragments/1985.clarification
Normal file
1
changelogs/internal/newsfragments/1985.clarification
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Rename `.htmltest.yaml` to `.htmltest.yml`.
|
||||||
Loading…
Reference in a new issue