From 2ffe690b94ac17606a54817590dad67d5eaa387d Mon Sep 17 00:00:00 2001 From: Lisa Cerrato Date: Tue, 23 Nov 2021 14:47:20 -0500 Subject: [PATCH] Create PR_HookTest.yml --- .github/workflows/PR_HookTest.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/PR_HookTest.yml diff --git a/.github/workflows/PR_HookTest.yml b/.github/workflows/PR_HookTest.yml new file mode 100644 index 0000000..56f7fbc --- /dev/null +++ b/.github/workflows/PR_HookTest.yml @@ -0,0 +1,23 @@ +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.x + uses: actions/setup-python@v2 + with: + # Semantic version range syntax or exact version of a Python version + python-version: '3.x' + # Display Version + - name: Install Hooktest + run: pip3 install HookTest + - name: Run Hooktest + run: hooktest ./ --console table --scheme epidoc --workers 3 --verbose 5 --countword