Skip to content

Commit 09a70a5

Browse files
committed
feat: add linter pipeline for go-grpc app
Signed-off-by: Vibhor Phalke <[email protected]>
1 parent bb956d5 commit 09a70a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/golangci-lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
1818
cancel-in-progress: true
1919

20-
2120
jobs:
2221
golangci:
2322
name: lint
@@ -31,6 +30,7 @@ jobs:
3130
- fasthttp-postgres
3231
- gin-mongo
3332
- gin-redis
33+
- go-grpc
3434
- go-jwt
3535
- go-twilio
3636
- graphql-sql
@@ -41,12 +41,12 @@ jobs:
4141
- S3-Keploy
4242
- sse-svelte
4343
- users-profile
44-
44+
4545
steps:
4646
- uses: actions/checkout@v3
4747
- uses: actions/setup-go@v4
4848
with:
49-
go-version: '1.21'
49+
go-version: "1.21"
5050
cache: false
5151
- name: golangci-lint
5252
uses: golangci/golangci-lint-action@v3
@@ -63,4 +63,4 @@ jobs:
6363
only-new-issues: true
6464

6565
# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
66-
install-mode: "goinstall"
66+
install-mode: "goinstall"

0 commit comments

Comments
 (0)