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 2d80d10 commit eb6a986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
# Step 5: Install Go dependencies
# Step 4: Install Go dependencies
- name: Install Go Dependencies
run: go mod tidy

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

Expand Down

0 comments on commit eb6a986

Please sign in to comment.