Skip to content

Commit

Permalink
Add example usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmpy-dev-123 committed Jul 30, 2022
1 parent a45a869 commit de871a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit de871a6

Please sign in to comment.