Skip to content

feat: add a new formatDenomWithBadge that returns a ReactNode (#252) #771

feat: add a new formatDenomWithBadge that returns a ReactNode (#252)

feat: add a new formatDenomWithBadge that returns a ReactNode (#252) #771

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Check Prettier
run: bun prettier . --check