Skip to content

feat: Bring walletAddress response type into shared package #5143

feat: Bring walletAddress response type into shared package

feat: Bring walletAddress response type into shared package #5143

Workflow file for this run

name: Check PR title
on:
pull_request:
branches: ['*']
types:
- edited
- opened
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}