Skip to content

feat: introduce chain-listener [fixes NET-694 NET-673 NET-674 NET-677 NET-685] #1099

feat: introduce chain-listener [fixes NET-694 NET-673 NET-674 NET-677 NET-685]

feat: introduce chain-listener [fixes NET-694 NET-673 NET-674 NET-677 NET-685] #1099

Workflow file for this run

name: lint PR
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}