Skip to content

Commit

Permalink
Add checkout step to style-check-py GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Oct 2, 2024
1 parent 99c6fa8 commit 56fef67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/style-check-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
python-version:
- "3.12"
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-uv
with:
Expand Down

0 comments on commit 56fef67

Please sign in to comment.