File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ concurrency:
17
17
group : ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
18
18
cancel-in-progress : true
19
19
20
-
21
20
jobs :
22
21
golangci :
23
22
name : lint
31
30
- fasthttp-postgres
32
31
- gin-mongo
33
32
- gin-redis
33
+ - go-grpc
34
34
- go-jwt
35
35
- go-twilio
36
36
- graphql-sql
@@ -41,12 +41,12 @@ jobs:
41
41
- S3-Keploy
42
42
- sse-svelte
43
43
- users-profile
44
-
44
+
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
- uses : actions/setup-go@v4
48
48
with :
49
- go-version : ' 1.21'
49
+ go-version : " 1.21"
50
50
cache : false
51
51
- name : golangci-lint
52
52
uses : golangci/golangci-lint-action@v3
63
63
only-new-issues : true
64
64
65
65
# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
66
- install-mode : " goinstall"
66
+ install-mode : " goinstall"
You can’t perform that action at this time.
0 commit comments