Skip to content

Commit

Permalink
Added azure devops pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 14, 2021
1 parent 1cd1c94 commit 32c4efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ stages:
displayName: CodeQuality
steps:
- script: |
docker pull github/super-linter:latest
docker run -e RUN_LOCAL=true -v $(System.DefaultWorkingDirectory):/tmp/lint github/super-linter
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.40.0
golangci-lint run ./...

0 comments on commit 32c4efe

Please sign in to comment.