Skip to content

Commit

Permalink
chore: add letta web saftey test (#1991)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubham Naik <[email protected]>
  • Loading branch information
4shub and Shubham Naik authored Nov 6, 2024
1 parent 19dfb2c commit 204a570
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/letta-web-safety.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 204a570

Please sign in to comment.