Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paemuri committed Dec 24, 2023
1 parent 6f21b51 commit 23ba646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "$CI_GO_VERSION"
go-version: $CI_GO_VERSION
- run: if [ $(gofmt -s -l . | wc -l) -gt 0 ]; then exit 1; fi
staticcheck:
name: Validate staticcheck
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "$$CI_GO_VERSION"
go-version: $CI_GO_VERSION
- run: "go install honnef.co/go/tools/cmd/staticcheck@v0.4.6"
- run: "staticcheck ./..."
test:
Expand Down

0 comments on commit 23ba646

Please sign in to comment.