From de871a6df4a20b41fcbdabfbc0359048f6ab12b5 Mon Sep 17 00:00:00 2001 From: pharmpy-dev-123 <101794402+pharmpy-dev-123@users.noreply.github.com> Date: Sat, 30 Jul 2022 10:58:54 +0200 Subject: [PATCH] Add example usage to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 67c2b01..9e40f22 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ == > Bound the time it takes for some python code to import stuff. + +```yml + - uses: pharmpy-dev-123/gha-python-import-time@main + with: + code: 'import json' + threshold: 100000 +```