Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 2b2df78

Browse files
Add markdownlint
1 parent 0eb774f commit 2b2df78

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.markdownlint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"first-line-h1": false,
3+
"line-length": false,
4+
"no-duplicate-heading": {
5+
"siblings_only": true
6+
},
7+
"no-inline-html": false
8+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pip install autogen_ext_yepcode
3535
1. **Create a YepCode Account**: Sign up at [yepcode.io](https://yepcode.io/)
3636
2. **Get Your API Token**: Navigate to `Settings` > `API credentials` in your YepCode workspace
3737
3. **Set Environment Variable**:
38+
3839
```bash
3940
export YEPCODE_API_TOKEN="your-api-token-here"
4041
```

0 commit comments

Comments
 (0)