Skip to content

fix(deps): update dependency org.htmlunit:neko-htmlunit to v4.20.1 #105

fix(deps): update dependency org.htmlunit:neko-htmlunit to v4.20.1

fix(deps): update dependency org.htmlunit:neko-htmlunit to v4.20.1 #105

Workflow file for this run

---
name: PR checks
on:
pull_request:
types: [opened, edited, synchronize, reopened, unlocked]
permissions:
contents: read
jobs:
check-conventional-commit:
name: Check commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: 3.x
- run: pip install commitizen
- name: Check commit messages
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
run: cz check --rev-range "$BASE_SHA..$HEAD_SHA"