Skip to content

Commit

Permalink
ci: Add a missing checkout stage
Browse files Browse the repository at this point in the history
  • Loading branch information
riweston committed Jun 11, 2022
1 parent 0be00a3 commit b26da48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: arnested/go-version-action@v1
id: go-version
- name: Install Go
Expand Down

0 comments on commit b26da48

Please sign in to comment.