-
This would make local testing much easier…
I have a project with eslint and stylint errors, but the diff contains only the yaml files used for the github action. We need to run reviewdog manually, be…
-
Hi,
I'm currently using this action for rubocop which is actually very nice.
But last week there was an update for `rubocop-rails` which is automatically installed to the latest version in this …
-
I'm running Reviewdog in Github Actions. Reviewdog checks `php-cs-fixer` and `phpstan`. When it finds errors, they are reported as separate checker results:
But, as you can see, the `reviewdog` s…
ruudk updated
4 years ago
-
Version:
```
~/Downloads/iron-redis$ $(go env GOPATH)/bin/golangci-lint version
golangci-lint has version 1.21.0 built from 645e794 on 2019-10-15T18:15:04Z
```
PoC:
```
~/Downloads/iron-redis…
-
Hello,
I am new to working with Github actions.
I am trying to run this action on a "user_interface" sub directory, can anyone explain to me how to do this?
Thanks!
-
Hi,
I am trying to use reviewdog + action-eslint, but I wasn't able so. I receive the following error log:
https://github.com/EduardoCopat/github-actions-playground/commit/569506968c69005b40a5a6…
-
### Suggestions to improve CI/CD
Would like to request the following improvements to the CI/CD and building of the project:
- ~Don't use `.sh`-files.~
- ~Don't use `Makefile`.~
- ~Add static cod…
-
I have setup a workflow using the example. When the workflow executes I get this message:
```
/entrypoint.sh: line 11: /github/workspace/node_modules/.bin/stylelint: not found
/entrypoint.sh: lin…
-
## 改善詳細 / Details of Improvement
- ESLintと同様に、プルリクエスト作成時にGitHub Actionsでstylelintを実行する
## 期待する見せ方・挙動 / Expected behavior
- プルリクエストを作成すると、GitHub Actionsでstylelintが実行される
- stylelintでエラーが出ている場合、マージ…
-
#### Summary
[GolangCI\.com is closing \- golangci \- Medium](https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e)
We should run `golangci-lint` in other services (e.g.: CircleCI, G…