Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading