Skip to content

fix(mempool): align evm rechecking with baseapp & add integration tests #2710

fix(mempool): align evm rechecking with baseapp & add integration tests

fix(mempool): align evm rechecking with baseapp & add integration tests #2710

Workflow file for this run

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.4.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","style","build"]'
add_label: 'false'