Skip to content

fix: Double "@" on profile page #107

fix: Double "@" on profile page

fix: Double "@" on profile page #107

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout 🚪
uses: actions/checkout@v3
- name: Setup node 🍀
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies 📦
run: yarn install
- name: Lint 🪩
run: yarn lint
- name: Build 🎁
run: yarn build