Skip to content

Commit

Permalink
Lint and checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslorentsen committed Sep 25, 2023
1 parent 4b8515d commit 688bce7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
go-version: '1.21'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54

- name: Test
run: go test -v ./...

Expand All @@ -29,3 +34,6 @@ jobs:
env:
GOOS: linux
GOARCH: amd64

- name: Checksum
run: md5sum ${{ env.MICROSERVICE }} > ${{ env.MICROSERVICE }}.md5

0 comments on commit 688bce7

Please sign in to comment.