Skip to content

fix: update correct link in add.md #688

fix: update correct link in add.md

fix: update correct link in add.md #688

Workflow file for this run

name: Build Test
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
environment: deploy
env:
COREPACK_ENABLE_AUTO_PIN: 0
steps:
- name: Checkout Commit
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/[email protected]
with:
standalone: true
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
env:
LOCALE_CI: en