Skip to content

Commit

Permalink
ci: remove push event for review dog
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherID committed Oct 19, 2024
1 parent d4d521a commit 3619e98
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Review Dog

on:
push:
paths:
- '**.go'
- 'go.mod'
- '.github/workflows/reviewdog.yml'
pull_request_target:
paths:
- '**.go'
Expand Down Expand Up @@ -33,12 +28,12 @@ jobs:
cache: false
- run: go get
- run: go generate ./...
- name: Set Up Golint
- name: Set Up GolangCI-Lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
- uses: reviewdog/action-setup@v1
with:
reviewdog_version: latest
- name: Run golang-ci & reviewdog
- name: Run golangci-lint & reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 3619e98

Please sign in to comment.