Skip to content

Commit 39a39d4

Browse files
committed
testing
1 parent b0fb383 commit 39a39d4

3 files changed

Lines changed: 17 additions & 198 deletions

File tree

.claude/settings.local.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh run *)",
5+
"Bash(gh api *)",
6+
"WebFetch(domain:github.com)",
7+
"WebFetch(domain:raw.githubusercontent.com)",
8+
"Bash(curl -sL https://raw.githubusercontent.com/UiPath/uipath-langchain-python/main/.github/workflows/integration_tests.yml)",
9+
"Bash(gh pr *)",
10+
"Bash(curl -sL https://api.github.com/repos/UiPath/uipath-langchain-python/contents/testcases/chat-models)",
11+
"Bash(curl -sL https://api.github.com/repos/UiPath/uipath-langchain-python/actions/workflows)",
12+
"Bash(python -c \"import sys, json; data = json.load\\(sys.stdin\\); [print\\(w['name'], w['path']\\) for w in data['workflows']]\")",
13+
"Bash(curl -sL \"https://api.github.com/repos/UiPath/uipath-langchain-python/pulls?state=all&per_page=20\")"
14+
]
15+
}
16+
}

.claude/skills/extract-actions-secrets/SKILL.md

Lines changed: 0 additions & 198 deletions
This file was deleted.

.test-marker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
testing

0 commit comments

Comments
 (0)