From 8414a94b961793545881679e3d2053e5ecdcab50 Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Wed, 6 Nov 2024 15:03:21 -0800 Subject: [PATCH] chore: add letta web saftey test (#1991) Co-authored-by: Shubham Naik --- .github/workflows/letta-web-safety.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/letta-web-safety.yml diff --git a/.github/workflows/letta-web-safety.yml b/.github/workflows/letta-web-safety.yml new file mode 100644 index 00000000..41df27ea --- /dev/null +++ b/.github/workflows/letta-web-safety.yml @@ -0,0 +1,12 @@ +name: "Letta Web Compatibility Checker" + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + check-letta-web-compatibility: + uses: letta-ai/letta-compatibility-workflows/.github/workflows/letta-web-compatibility-tester.yml@main + secrets: inherit