Skip to content

fix: remove testnet currencies from all networks balances #2571

fix: remove testnet currencies from all networks balances

fix: remove testnet currencies from all networks balances #2571

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 }}