Skip to content

feat(Comments): 🎨 Re-enable comments #319

feat(Comments): 🎨 Re-enable comments

feat(Comments): 🎨 Re-enable comments #319

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 'latest'
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'latest'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Build test
run: pnpm build