Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshiro.maruo committed Mar 15, 2021
1 parent 8420b51 commit b9dc4c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

on:
pull_request:
push:
tags:
- '*'

jobs:
goreleaser:
Expand Down
9 changes: 9 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
linters:
enable:
- goimports
- staticcheck
- structcheck
- stylecheck
linters-settings:
goimports:
local-prefixes: github.com/snowhork/rdiam

0 comments on commit b9dc4c4

Please sign in to comment.