Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/headlessui/react-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen authored Nov 27, 2024
2 parents a3b8703 + 96c6777 commit 75de73b
Show file tree
Hide file tree
Showing 5 changed files with 8,054 additions and 8,007 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: "CI"

on:
pull_request:
merge_group:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 9.5.0
run_install: false

- uses: actions/setup-node@v4
with:
node-version: 20

- run: pnpm install

- name: Build next.js app
# change this if your site requires a custom build command
run: pnpm build
3 changes: 2 additions & 1 deletion pages/cn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ Langfuse 提供一系列功能,可在人工智能产品的整个周期中为
* 🤷‍♂️ 保持联系:在社交媒体上关注我们,了解最新动态。
* [推特](https://x.com/langfuse)
* [纪和声](https://discord.langfuse.com/)
* [LinkedIn](https://www.linkedin.com/company/langfuse)
* [LinkedIn](https://www.linkedin.com/company/langfuse)
* 🖼️ [接收朗富斯贴纸](https://langfuse.com/stickers)
3 changes: 2 additions & 1 deletion pages/jp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ Langfuseは[インテグレーションやSDKを通して](/docs/integrations/ov
* 🤷‍♂️ 連絡を取り合う:ソーシャルメディアで最新情報をご覧ください。
* [Twitter](https://x.com/langfuse)
* [Discord](https://discord.langfuse.com/)
* [LinkedIn](https://www.linkedin.com/company/langfuse)
* [LinkedIn](https://www.linkedin.com/company/langfuse)
* 🖼️ [ラングフューズのステッカーを受け取る](https://langfuse.com/stickers)
3 changes: 2 additions & 1 deletion pages/kr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ Langfuse와 함께 여정을 시작하는 방법은 간단합니다:
* 🤷‍♂️ 연결 상태 유지: 소셜 미디어를 팔로우하여 최신 소식을 받아보세요.
* [트위터](https://x.com/langfuse)
* [디스코드](https://discord.langfuse.com/)
* [LinkedIn](https://www.linkedin.com/company/langfuse)
* [LinkedIn](https://www.linkedin.com/company/langfuse)
* 🖼️ [랑퓨즈 스티커 받기](https://langfuse.com/stickers)
Loading

0 comments on commit 75de73b

Please sign in to comment.