Skip to content

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jun 18, 2024
1 parent c5b3298 commit 92e5a79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 8
Expand Down

0 comments on commit 92e5a79

Please sign in to comment.