Skip to content

Support ENS resolution in DM links #2170

Support ENS resolution in DM links

Support ENS resolution in DM links #2170

Workflow file for this run

name: Format check
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
prettier:
name: Prettier
runs-on: warp-ubuntu-latest-x64-8x
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: ".node-version"
cache: "yarn"
env:
SKIP_YARN_COREPACK_CHECK: "1"
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: yarn
- name: Format check
run: yarn format:check