Skip to content

Commit

Permalink
ci: Add checkout step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Dec 18, 2024
1 parent cd0142e commit 35682c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 35682c3

Please sign in to comment.