Skip to content
Snippets Groups Projects
Unverified Commit 5cdedebb authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Add reviewdog GitHub action (#337)

* Add reviewdog action

* Reports results as PR review comments

* Run on synchronize

* cleanup triggers

* Use consistent step name
parent a87ab206
No related branches found
No related tags found
No related merge requests found
name: Test GoShimmer
on:
push:
pull_request:
types: [opened, reopened]
on: [push, pull_request]
jobs:
integration-test:
......
name: reviewdog
on: pull_request
jobs:
golangci-lint:
name: GolangCI-Lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run golangci-lint
uses: docker://reviewdog/action-golangci-lint:latest
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--timeout=10m"
reporter: "github-pr-review"
name: Test GoShimmer
on:
push:
pull_request:
types: [opened, reopened]
on: [push, pull_request]
jobs:
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment