Skip to content

feat(HW-709): refactor providers usage in mobile app #2569

feat(HW-709): refactor providers usage in mobile app

feat(HW-709): refactor providers usage in mobile app #2569

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