Skip to content

Commit

Permalink
fix: correcting usage of setup-python (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jun 15, 2022
1 parent 698f4d6 commit b5865fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/developers/gha_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ lint:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.0
```

Expand Down

0 comments on commit b5865fd

Please sign in to comment.