Skip to content

Commit

Permalink
chore: adds golangci-lint to gh workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Singh <[email protected]>
  • Loading branch information
semmet95 committed Nov 23, 2024
1 parent 527c881 commit 8a55dda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: ubuntu-latests
steps:
- uses: actions/checkout@v4

Expand All @@ -21,5 +21,8 @@ jobs:
with:
go-version: '1.22'

- name: Golangci-lint
uses: golangci/[email protected]

- name: Test
run: make acceptance-test

0 comments on commit 8a55dda

Please sign in to comment.