Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surendratiwari3 authored Jan 31, 2024
1 parent 9041dc3 commit 1e80a2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,10 @@ jobs:
mv coverage.html /tmp/artifacts
- store_artifacts:
path: /tmp/artifacts

lint:
docker:
- image: golangci/golangci-lint:v1.37-alpine
steps:
- checkout
- run: golangci-lint run

version: 2.1
workflows:
version: 2
build:
jobs:
- build
- lint

0 comments on commit 1e80a2d

Please sign in to comment.