Skip to content

Commit

Permalink
push時にciが回らないように
Browse files Browse the repository at this point in the history
  • Loading branch information
mazrean committed Jun 29, 2020
1 parent 04b9184 commit 9351d19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
push:
branches:
- master
pull_request:

jobs:
Expand Down Expand Up @@ -62,7 +64,7 @@ jobs:
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
golangci_lint_flags: "--disable-all -E golint --out-format=line-number"
golangci_lint_flags: "--disable-all -E golint gofmt --out-format=line-number"
reporter: github-pr-review
test:
name: Test
Expand Down

0 comments on commit 9351d19

Please sign in to comment.