Skip to content

Commit

Permalink
Fix typo in staticcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Apr 27, 2024
1 parent a2e7899 commit dc833df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staticcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
with:
fetch-depth: 0

- name: Run go vet
run: go vet ./...
Expand Down

0 comments on commit dc833df

Please sign in to comment.