Skip to content

Commit eb6a986

Browse files
Update ci.yml
1 parent 2d80d10 commit eb6a986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
restore-keys: |
3939
${{ runner.os }}-go-
4040
41-
# Step 5: Install Go dependencies
41+
# Step 4: Install Go dependencies
4242
- name: Install Go Dependencies
4343
run: go mod tidy
4444

45-
# Step 4: Run Go Linter
45+
# Step 5: Run Go Linter
4646
- name: Run GolangCI-Lint Check
4747
uses: golangci/golangci-lint-action@v6
4848

0 commit comments

Comments
 (0)