Browse Source

Revert "ftr: add reviewdogt (#106)"

This reverts commit 4cb09fa696.
revert-106-v2
scott lewis GitHub 3 years ago
parent
commit
d11e8ff338
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      .github/workflows/reviewdog.yml

+ 10
- 10
.github/workflows/reviewdog.yml View File

@@ -20,16 +20,16 @@
name: reviewdog
on: [pull_request]
jobs:
reviewdog:
name: reviewdog
golangci-lint:
name: review
runs-on: ubuntu-latest
steps:
# ...
- uses: reviewdog/action-setup@v1
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
reviewdog_version: latest # Optional. [latest,nightly,v.X.Y.Z]
- name: Run reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
reviewdog -reporter=github-pr-check -runners=golint,govet
persist-credentials: false
submodules: true
- name: golangci-lint
uses: ./.github/actions/review-dog
with:
golangci_lint_flags: "--timeout=10m"

Loading…
Cancel
Save