Skip to content

Commit 227a13d

Browse files
authored
Add checkout step to GitHub Actions workflow (#50)
The list of steps in the example for analyze-project skips repo checkout (which is required). Updating this list makes it easier for users to just copy/paste the example usage.
1 parent 7ef3773 commit 227a13d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

analyze-project/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This action requires Poetry, so you must call `ni/python-actions/setup-python` a
1616
1717
```yaml
1818
steps:
19+
- name: Check out repo
20+
uses: actions/checkout@v0
1921
- uses: ni/python-actions/setup-python@v0
2022
- uses: ni/python-actions/setup-poetry@v0
2123
- uses: ni/python-actions/analyze-project@v0

0 commit comments

Comments
 (0)