Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ASISHGOUDA committed Nov 18, 2024
1 parent cb64df2 commit 2fddb7d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,24 @@ jobs:
- name: Test
run: go test ./...

code-quality:
code-quality:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Go 1.22.5
uses: actions/setup-go@v2
with:
go-version: 1.22.5

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54.0
version: v1.56.2
args: --timeout 5m --skip-files "/vendor/" # Optional args to handle specific needs


push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2fddb7d

Please sign in to comment.