Skip to content

Commit

Permalink
Rename .htmltest.yaml to .htmltest.yml (#1985)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
zecakeh authored Oct 28, 2024
1 parent 285cd2b commit b1ebbb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
- name: "Run htmltest"
uses: wjdp/htmltest-action@master
with:
config: .htmltest.yaml
config: .htmltest.yml

build-historical-spec:
name: "📖 Build the historical backup spec"
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions changelogs/internal/newsfragments/1985.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rename `.htmltest.yaml` to `.htmltest.yml`.

0 comments on commit b1ebbb9

Please sign in to comment.