Skip to content

fix(HW-684): Zero values in Receive field on Swap #2564

fix(HW-684): Zero values in Receive field on Swap

fix(HW-684): Zero values in Receive field on Swap #2564

Workflow file for this run

# Overview
# This GitHub Action workflow is designed to validate pull requests (PRs) for the Haqq Wallet project.
# Examples: https://www.conventionalcommits.org/en/v1.0.0/
name: Check PR Title [TRIGGER]
on:
pull_request_target:
types:
- opened
- reopened
- edited
jobs:
lint:
runs-on: ubuntu-cpu16-ram64
steps:
- name: Validate PR title
uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}