Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf authored Oct 24, 2024
1 parent a647c2e commit 2d80d10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
# Step 4: Run Go Linter
- name: Run GolangCI-Lint Check
uses: golangci/golangci-lint-action@v6

# Step 5: Install Go dependencies
- name: Install Go Dependencies
run: go mod tidy

# Step 4: Run Go Linter
- name: Run GolangCI-Lint Check
uses: golangci/golangci-lint-action@v6

# Step 6: Build the Go application
- name: Build Go Application
Expand Down

0 comments on commit 2d80d10

Please sign in to comment.