chore: add letta web saftey test (#1991)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
12
.github/workflows/letta-web-safety.yml
vendored
Normal file
12
.github/workflows/letta-web-safety.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user