Skip to content

Commit 14727c2

Browse files
acebytesclaude
andcommitted
fix: Remove validate-llm-yml job from CI workflow
The llm-yml package is not yet published to npm, causing CI failures. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Local-Dir: /Users/d/Projects/claude-code-sdk-ts/claude-code-sdk-ts
1 parent 898e70f commit 14727c2

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,3 @@ jobs:
4646
flags: unittests
4747
name: codecov-umbrella
4848

49-
validate-llm-yml:
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v4
53-
54-
- name: Use Node.js
55-
uses: actions/setup-node@v4
56-
with:
57-
node-version: '20.x'
58-
59-
- name: Install llm-yml validator
60-
run: npm install -g llm-yml
61-
62-
- name: Validate LLM.yml
63-
run: llm-yml validate ./LLM.yml

0 commit comments

Comments
 (0)