-
Tracking bug to write a bot to review CLs for common mistakes:
* properly-formatted references to CLs and bugs
* conventional subject ("pkg/name: lowercase verb, not period at end")
* gofmt
* mi…
-
Hi community,
I love this actions, but it takes almost 1 minutes to build the image to start the actions
![image](https://github.com/reviewdog/action-detect-secrets/assets/4011348/5134d953-ee14-…
-
It keeps checking :ref: URLs, and other text that should be excluded. And indeed is excluded if I run vale locally or in a Docker container. But running it via this action does not work.
Do I need …
-
This is a follow-up to #16.
It's safer to use a fixed staticcheck version and automate updating it with [depup](https://github.com/reviewdog/action-depup) instead of installing the latest version.
…
-
Though the output of editorconfig-checker is human friendly, it is complicated to parse in other tools. A more repetitive one line output format is basic but at least somewhat common. An option to ful…
-
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
# motivation
In GitHub Actions reusable workflow, we likely combine two phases: run `go test -coverprofile=out` then collect coverage report.
For example:
```yml
- uses: actions/setup-go…
lufia updated
2 months ago
-
More people submit PR for documents in Markdown files or other things via Github web editor. If they make a mistake then the CI fails but there is no chance to inform the user whats wrong.
I see s…
-
See e.g. https://github.com/TuringLang/Turing.jl/actions/runs/9989440306/job/28060704792?pr=2290.
I'm fairly certain the answer is to add a permissions block to the job as described e.g. in the REA…