Skip to content

Commit

Permalink
add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoDev2 committed Nov 25, 2024
1 parent 90d862d commit 6d79368
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@ jobs:
run: go version
- name: Install dependencies
run: go get -v -t -d ./...

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

- name: Run golangci-lint
run: golangci-lint run ./...

- name: 'build'
run: go build -o resq
run: go build -o resq

0 comments on commit 6d79368

Please sign in to comment.