-
Hello guys,
I'm having a problem that I don't know how to resolve it.
I have a typescript project, and I want to perform a lint step I'm my pipeline (using Gitlab), with reviewdog.
However, w…
-
I'm seeing this error for a dozen containers I tried.
```
docker run reviewdog/action-golangci-lint:v1.8
standard_init_linux.go:219: exec user process caused: no such file or directory
```
T…
-
### Vision
Offload code styling to [Prettier](https://github.com/prettier/prettier) so we can focus on the good stuff
## To Do
- [x] client-admin #386
- [ ] client-report
- [ ] client-part…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
When we implement #416, we should also add support for reporting results (score and maybe a partial build log) on the PR. This would save the students from having to interact with both GitHub and Quic…
-
Benedikt should be able to fix code and make commit suggestions on GitHub
Sub-tasks:
* [ ] https://github.com/saveourtool/diktat/issues/1538.
* [ ] The action, when run in _fix_ mode, should …
-
👋
I know you document how to use actionlint in a pipeline, it's also handy being able to run it locally.
We use actionlint in our pipelines and actionlint not being a proper action means keepin…
-
I was looking for a way to exclude files and stumbled upon this issue on GitHub: https://github.com/errata-ai/vale/issues/254. I noticed that Vale CLI has a glob option, so I tried to find the same op…
-
Our GitHub Action is making use of ReviewDog to run ESLint on the diff in a PR:
```yml
- name: Run ESlint
run: |
diff_sha=$(git rev-parse "origin/${{ github.base_ref }}")
yarn run esl…
-
Running on [the chainlink repo](https://github.com/smartcontractkit/chainlink) we get:
```
level=error msg="Running error: context loading failed: no go files to analyze"
level=error msg="Timeout…