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 committed
Feb 28, 2020 at 07:15 UTC
6863447f894f0c9e928cc0fa97eac8cab3d80418
1 file changed
+1
-13
.github/workflows/reviewdog.yml
+1
-13
@@ -1,18 +1,6 @@
1
name: reviewdog
2
on: [pull_request]
3
jobs:
4
- golangci-lint:
5
- name: runner / golangci-lint
6
- runs-on: ubuntu-latest
7
- steps:
8
- - name: Git clone repository
9
- uses: actions/checkout@v2
10
- - name: golangci-lint
11
- uses: reviewdog/action-golangci-lint@v1
12
- with:
13
- github_token: ${{ secrets.GITHUB_TOKEN }}
14
- reporter: github-pr-check
15
-
4
eslint:
5
name: runner / eslint
6
runs-on: ubuntu-latest
@@ -39,4 +27,4 @@ jobs:
27
reporter: github-pr-check
28
path: "."
29
pattern: "*.sh*"
42
- exclude: "./.git/*"
\ No newline at end of file
30
+ exclude: "./.git/*"