Skip to content

Commit 2d80d10

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
restore-keys: |
3939
${{ runner.os }}-go-
4040
41-
# Step 4: Run Go Linter
42-
- name: Run GolangCI-Lint Check
43-
uses: golangci/golangci-lint-action@v6
44-
4541
# Step 5: Install Go dependencies
4642
- name: Install Go Dependencies
4743
run: go mod tidy
44+
45+
# Step 4: Run Go Linter
46+
- name: Run GolangCI-Lint Check
47+
uses: golangci/golangci-lint-action@v6
4848

4949
# Step 6: Build the Go application
5050
- name: Build Go Application

0 commit comments

Comments
 (0)