From f8d3b2cb46bb608a3a80c3d00b57cae38eae3d6c Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Tue, 28 Jan 2020 05:51:44 +1000 Subject: Added ReviewDOg CI checks for Golang (#7827) --- .github/workflows/reviewdog.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index e40ce46807..c8e7d147f8 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -1,6 +1,17 @@ name: reviewdog on: [pull_request] jobs: + golangci-lint: + name: runner / golangci-lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - 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 @@ -25,4 +36,4 @@ jobs: reporter: github-pr-check path: "." pattern: "*.sh*" - exclude: "./.git/*" + exclude: "./.git/*" \ No newline at end of file -- cgit v1.2.3