Skip to content

Commit

Permalink
make sure to run ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 21, 2025
1 parent 2063c92 commit 480ec1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
- master
- v3

push:
branches:
- main
- master
- v3

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
branches:
- master
- main
- v3

push:
branches:
- master
- main
v3

jobs:
vulncheck:
name: Analysis
Expand Down
7 changes: 0 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
linters-settings:
golint:
min-confidence: 0

misspell:
locale: US

linters:
disable-all: true
enable:
Expand Down

0 comments on commit 480ec1e

Please sign in to comment.