Skip to content

feat!: Handle 0.7 breaking changes and EIP712 support [APE-1564] #31

feat!: Handle 0.7 breaking changes and EIP712 support [APE-1564]

feat!: Handle 0.7 breaking changes and EIP712 support [APE-1564] #31

Workflow file for this run

name: PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install Dependencies
run: pip install commitizen
- name: Check PR Title
env:
TITLE: ${{ github.event.pull_request.title }}
run: cz check --message "$TITLE"