Skip to content

Commit

Permalink
Add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Jan 23, 2023
1 parent cd9ef35 commit fdaf1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit fdaf1bf

Please sign in to comment.