Browse Source

Removed reviewdog golang check. (#8221)

We have no Go code in this repo, so there's no point in trying to run Go
linting checks.
Austin S. Hemmelgarn 5 years ago
parent
commit
6863447f89
1 changed files with 1 additions and 13 deletions
  1. 1 13
      .github/workflows/reviewdog.yml

+ 1 - 13
.github/workflows/reviewdog.yml

@@ -1,18 +1,6 @@
 name: reviewdog
 on: [pull_request]
 jobs:
-  golangci-lint:
-    name: runner / golangci-lint
-    runs-on: ubuntu-latest
-    steps:
-      - name: Git clone repository
-        uses: actions/checkout@v2
-      - name: golangci-lint
-        uses: reviewdog/action-golangci-lint@v1
-        with:
-          github_token: ${{ secrets.GITHUB_TOKEN }}
-          reporter: github-pr-check
-
   eslint:
     name: runner / eslint
     runs-on: ubuntu-latest
@@ -39,4 +27,4 @@ jobs:
           reporter: github-pr-check
           path: "."
           pattern: "*.sh*"
-          exclude: "./.git/*"
+          exclude: "./.git/*"