Skip to content

Commit 00cd6f1

Browse files
committed
chore: Initial commit
0 parents  commit 00cd6f1

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
on:
3+
push:
4+
jobs:
5+
all:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Nothing to do!"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# typescript
2+
3+
A TypeScript handler for mkdocstrings.
4+
5+
This project is currently available to [sponsors](https://github.com/sponsors/pawamoy) only.
6+
See https://mkdocstrings.github.io/typescript/insiders.

0 commit comments

Comments
 (0)