From 40d0f713c9fd4c1e5ec821b76f3da1c2ab59e4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 24 Oct 2024 17:05:00 +0200 Subject: [PATCH] Rename .htmltest.yaml to .htmltest.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/main.yml | 2 +- .htmltest.yaml => .htmltest.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .htmltest.yaml => .htmltest.yml (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe0c77a4..8db6359f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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" diff --git a/.htmltest.yaml b/.htmltest.yml similarity index 100% rename from .htmltest.yaml rename to .htmltest.yml