mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
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>
This commit is contained in:
parent
285cd2bda2
commit
40d0f713c9
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue