Skip to content

Commit

Permalink
you have to checkout the code before you can use a file from it
Browse files Browse the repository at this point in the history
Signed-off-by: Nicole Hubbard <code@nicole.dev>
  • Loading branch information
nicolerenee committed Apr 2, 2024
1 parent 539bc06 commit 31dac2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 31dac2f

Please sign in to comment.