Skip to content

Update which requirement from 4.4 to 5.0 #107

Update which requirement from 4.4 to 5.0

Update which requirement from 4.4 to 5.0 #107

Workflow file for this run

on:
pull_request:
name: Pull Request Checks
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Block fixup commit merge
uses: 13rac1/[email protected]
commit-lint:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install gitlint
- run: gitlint --commits $(git merge-base origin/master HEAD)..HEAD