Skip to content

feat(plugin-htlc-eth-besu): add private HTLCs and forge build & test #428

feat(plugin-htlc-eth-besu): add private HTLCs and forge build & test

feat(plugin-htlc-eth-besu): add private HTLCs and forge build & test #428

name: "Commit Lint"
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.1