Skip to content

Commit

Permalink
add linting to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrEEpy committed Oct 12, 2024
1 parent 4e658f1 commit 6f3dc09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Test & Build
name: Go Build

on:
push:
Expand All @@ -18,6 +18,9 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Lint
uses: golangci/golangci-lint-action@v6

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 6f3dc09

Please sign in to comment.