Skip to content

Use weak features for preserve_order #66

Use weak features for preserve_order

Use weak features for preserve_order #66

Workflow file for this run

on: [pull_request]
name: Git Checks
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
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