Skip to content

Commit a1347ef

Browse files
Ruzylo-cloudclaude
andcommitted
ci: typecheck workflow + badge
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ea99ce0 commit a1347ef

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
on:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
jobs:
7+
typecheck:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
12+
with:
13+
node-version: 20
14+
- run: npm install --no-audit --no-fund typescript@5 @types/node
15+
- run: npx tsc --noEmit -p tsconfig.json

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Structured Output Parser
2+
![CI](https://github.com/FerrowAI/structured-output-parser/actions/workflows/ci.yml/badge.svg)
23

34
Extract JSON from LLM text output, with a fallback if it can't be parsed.
45

0 commit comments

Comments
 (0)