Skip to content

Commit

Permalink
Merge pull request #4 from fatalbanana/pr_ci
Browse files Browse the repository at this point in the history
Enable CI on pull requests
  • Loading branch information
vstakhov authored Nov 24, 2023
2 parents dcc16a2 + fbce017 commit 03ab850
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ steps:
- go test -cover ./...
- go install honnef.co/go/tools/cmd/staticcheck@latest
- "`go env GOPATH`/bin/staticcheck ./..."

trigger:
event:
include:
- push
- pull_request
---
hmac: "d92fa1e507008496f80c6448da694cbd14d37cc93716820061c4a133fe88ca56"
hmac: "3578aa331afc59fb761a53431e3886221fae525ada6b31ddcba805d81bb73236"
kind: signature
...

0 comments on commit 03ab850

Please sign in to comment.