|
@@ -1,18 +1,6 @@
|
|
name: reviewdog
|
|
name: reviewdog
|
|
on: [pull_request]
|
|
on: [pull_request]
|
|
jobs:
|
|
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:
|
|
eslint:
|
|
name: runner / eslint
|
|
name: runner / eslint
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
@@ -39,4 +27,4 @@ jobs:
|
|
reporter: github-pr-check
|
|
reporter: github-pr-check
|
|
path: "."
|
|
path: "."
|
|
pattern: "*.sh*"
|
|
pattern: "*.sh*"
|
|
- exclude: "./.git/*"
|
|
|
|
|
|
+ exclude: "./.git/*"
|