Skip to content

display first letter of 0x addresses as 0x not 0 #117

display first letter of 0x addresses as 0x not 0

display first letter of 0x addresses as 0x not 0 #117

Workflow file for this run

name: Typescript CI
on:
pull_request:
branches:
- main
- feat/xmtp-groups-dash
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: yarn
- run: yarn typecheck
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: yarn
- run: yarn lint