Skip to content

fix: remove unused UserCardPortal and refactor FriendItem component f… #1013

fix: remove unused UserCardPortal and refactor FriendItem component f…

fix: remove unused UserCardPortal and refactor FriendItem component f… #1013

Workflow file for this run

name: Push Workflow
on:
push:
paths-ignore:
- "*.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "latest"
- name: Install dependencies
run: bun install
- name: Build files
run: bun compile