-
-
## log:
see this log
https://github.com/tsuyoshicho/action-redpen/pull/2/checks?check_run_id=368988899
[![Screenshot from Gyazo](https://gyazo.com/db412b614357c4e239ce8399b3d8025a/raw)](https://g…
-
need this
- [x] themis test env setup create(like tsuyoshicho/setup-vim-themis)
- [x] lint work with reviewdog vint [reviewdog/action\-vint: Run vint with reviewdog](https://github.com/reviewdog/a…
-
Hi there!
I have created new GitHub Action to run rubocop with reviewdog - https://github.com/mgrachev/action-rubocop
May I create a repository in the organization @reviewdog and then move it th…
-
hadolint is a linter for Dockerfiles.
-
run this
```
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.21.0 golangci-lint run
```
as readme.md said.
and error happend:
```
level=error msg="Running error: conte…
-
I'm running into issue reporting on changes made to already opened PR running reviewdog via GitHub Actions.
Here's the step setup:
```yaml
- name: Lint
env:
REVIEWDOG_GITHUB_A…
-
This one looks neat: https://github.com/golangci/golangci-lint
-
Hi,
Based on the GitHub Actions example in the reviewdog organization [I created a new action for running tflint](https://github.com/Vlaaaaaaad/tflint-action).
Should I keep it in its own repo? …
-
The linter runs and finds issues, but it doesn't seem to actually comment on my pull request. Here's how my workflow is setup:
```yaml
name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
…