Skip to content

Bump actions/setup-python from 4 to 5 #15

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #15

Workflow file for this run

name: commit-lint
on:
pull_request:
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Block fixup commit merge
uses: 13rac1/block-fixup-merge-action@v2.0.0
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@v5
with:
python-version: '3.x'
- run: pip install gitlint
- run: gitlint --commits $(git merge-base origin/master HEAD)..HEAD