From 65c11cfd2dd14459a10a8a29ffad17bd220925bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Fri, 19 Apr 2024 16:35:25 +0200 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..45cf3a8 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# markdown-griffe + +Add cross-references into Python code blocks. + +This project is currently available to [sponsors](https://github.com/sponsors/pawamoy) only. +See https://mkdocstrings.github.io/markdown-griffe/insiders.