Skip to content

feat(ui): shared UserAvatar with Facehash fallback for web and desktop #460

feat(ui): shared UserAvatar with Facehash fallback for web and desktop

feat(ui): shared UserAvatar with Facehash fallback for web and desktop #460

Workflow file for this run

name: Lint Check
on:
pull_request:
types: [opened, synchronize]
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.28.1
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Lint
run: pnpm lint