From 90ddfacee8aad682772f1eac81bbc8144663fb32 Mon Sep 17 00:00:00 2001 From: Ian Cahoon <110936331+icahoon-cbsi@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:39:15 -0600 Subject: [PATCH] don't use reviewdog action --- .github/workflows/reviewdog.yaml | 46 ++++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/reviewdog.yaml b/.github/workflows/reviewdog.yaml index d7f515f..cf24314 100644 --- a/.github/workflows/reviewdog.yaml +++ b/.github/workflows/reviewdog.yaml @@ -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