Skip to content

Commit

Permalink
Fix missing checkout in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CarrotManMatt committed Nov 3, 2024
1 parent 7ef9cec commit fc72f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3
with:
Expand Down

0 comments on commit fc72f91

Please sign in to comment.