summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*"