We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a647c2e commit 2d80d10Copy full SHA for 2d80d10
.github/workflows/ci.yml
@@ -38,13 +38,13 @@ jobs:
38
restore-keys: |
39
${{ runner.os }}-go-
40
41
- # Step 4: Run Go Linter
42
- - name: Run GolangCI-Lint Check
43
- uses: golangci/golangci-lint-action@v6
44
-
45
# Step 5: Install Go dependencies
46
- name: Install Go Dependencies
47
run: go mod tidy
+
+ # Step 4: Run Go Linter
+ - name: Run GolangCI-Lint Check
+ uses: golangci/golangci-lint-action@v6
48
49
# Step 6: Build the Go application
50
- name: Build Go Application
0 commit comments