Skip to content

Commit

Permalink
Update (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Sep 16, 2021
1 parent c69b6ae commit 60ed5d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- v2
pull_request:
types: [opened, synchronize]
paths: '**.go'

jobs:
test:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reviewdog-golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Reviewdog
on:
pull_request:
types: [opened, synchronize]
paths: '**.go'

jobs:
golangci-lint:
Expand All @@ -11,6 +12,8 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
Expand Down

0 comments on commit 60ed5d3

Please sign in to comment.