summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-28 07:15:43 -0500
committerGitHub <noreply@github.com>2020-02-28 07:15:43 -0500
commit6863447f894f0c9e928cc0fa97eac8cab3d80418 (patch)
treed42b3bbf8520b5f5f32fd58cea75f3f19bc13dc4 /.github
parent1ea0d8d0897ec2d84ff447874e2ebd6170f54287 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/reviewdog.yml14
1 files changed, 1 insertions, 13 deletions
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml
index 54673b47f8..a5bdccedca 100644
--- a/.github/workflows/reviewdog.yml
+++ b/.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/*" \ No newline at end of file
+ exclude: "./.git/*"