From 00cd6f133945a103d9e71cc6b413c0738a07f9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Fri, 17 Nov 2023 15:14:15 +0100 Subject: [PATCH] chore: Initial commit --- .github/workflows/ci.yml | 8 ++++++++ README.md | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/workflows/ci.yml create mode 100644 README.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..6e0db04 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,8 @@ + +on: + push: +jobs: + all: + runs-on: ubuntu-latest + steps: + - run: echo "Nothing to do!" diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ee1ce3 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# typescript + +A TypeScript handler for mkdocstrings. + +This project is currently available to [sponsors](https://github.com/sponsors/pawamoy) only. +See https://mkdocstrings.github.io/typescript/insiders.