Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 192390a

Browse files
committedNov 18, 2024·
test 7
1 parent 2fddb7d commit 192390a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/cicd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test
3232
run: go test ./...
3333

34-
code-quality:
34+
code-quality:
3535
runs-on: ubuntu-latest
3636

3737
steps:
@@ -47,8 +47,7 @@ jobs:
4747
uses: golangci/golangci-lint-action@v6
4848
with:
4949
version: v1.56.2
50-
args: --timeout 5m --skip-files "/vendor/" # Optional args to handle specific needs
51-
50+
args: --timeout 5m --skip-files "/vendor/" # Optional args to handle specific needs
5251

5352
push:
5453
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.