Skip to content

Add show, hide, fix text decoratione #32

Add show, hide, fix text decoratione

Add show, hide, fix text decoratione #32

Workflow file for this run

on: push
name: Build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build the project
run: pnpm -r build