From b10f5a6e37587305f34772d3f6ce679f3a3374e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= <1929830+PonteIneptique@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:42:07 +0200 Subject: [PATCH] Keeping HookTest below v2.0 for compatibility. I am proposing this change to pin HookTest to <2.0 to ensure your repository remains functional. The upcoming HookTest v2.0 (scheduled for release the week of June 22nd) only supports CiteStructure approaches, which would break your current setup. By pinning the version now, you can maintain stability. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c70fd64..219176f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: distribution: "zulu" java-version: "11" - name: Install Hooktest - run: pip3 install HookTest + run: pip3 install "HookTest<2.0" - name: Run Hooktest run: hooktest --console --scheme auto --guidelines 2.epidoc --workers 3 --verbose 7 --manifest --countword ./ # Include manifest.txt as a job artifact so we can re-use it when creating the release.