Skip to content

Backport hooktest fix from https://github.com/PerseusDL/canonical-greekLit/pull/1521 #4

Backport hooktest fix from https://github.com/PerseusDL/canonical-greekLit/pull/1521

Backport hooktest fix from https://github.com/PerseusDL/canonical-greekLit/pull/1521 #4

Workflow file for this run

name: PR_HookTest
# Performs Hooktest on Pull Request
on:
pull_request:
branches:
- master
jobs:
hooktest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup Python
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
# Display Version
- name: Install Hooktest
run: pip3 install HookTest
- name: Run Hooktest
run: hooktest ./ --console table --scheme epidoc --workers 3 --verbose 5 --countword