Skip to content

Commit

Permalink
don't use reviewdog action
Browse files Browse the repository at this point in the history
  • Loading branch information
icahoon-cbsi committed Sep 11, 2024
1 parent f597b39 commit 90ddfac
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
name: reviewdog
on: [pull_request]
jobs:
staticcheck:
name: runner / staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: "1.21"

- uses: reviewdog/action-staticcheck@v1
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Report all results.
filter_mode: nofilter
# Exit with 1 when it find at least one finding.
fail_on_error: true
#---
#name: reviewdog
#on: [pull_request]
#jobs:
# staticcheck:
# name: runner / staticcheck
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
#
# - uses: actions/setup-go@v4
# with:
# go-version: "1.21"
#
# - uses: reviewdog/action-staticcheck@v1
# with:
# github_token: ${{ secrets.github_token }}
# # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
# reporter: github-pr-review
# # Report all results.
# filter_mode: nofilter
# # Exit with 1 when it find at least one finding.
# fail_on_error: true

0 comments on commit 90ddfac

Please sign in to comment.