-
## Description
[Yaml Tasks](https://packagist.org/packages/devshop/yaml-tasks) depends heavily on [Power-Process](https://packagist.org/packages/devshop/power-process), which builds on Symfony Proces…
-
Is there a way to ignore a directory? We can set `workdir`, which tells us where to run the action. But it'd be nice if there was a way to ignore a list of directories.
-
Would be nice to have line number in the `go.mod` file in the `go list --json` of module entry in the `Module` struct output:
https://github.com/golang/go/blob/2be7788f8383c2330cd96db53273e2995d446…
-
I added yml configuration according to the guideline.
```yml
name: "Run Java Checkstyle"
on: pull_request
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle job
st…
-
When linting files, it can be frustrating for a developer editing a file to have to fix all linting rules when they just edited one line.
I'd like for there to be an option to only report errors on…
-
[Pull Request Reviews (Preview API)](https://developer.github.com/changes/2016-12-14-reviews-api/) methods were tracked in #495 and implemented in #497. They currently seem to use an unusual format fo…
-
## Enhancement Request
### Is your enhancement request related to a problem? Please describe
I noticed that there are folks working on issue #428 (#431), translating or removing Chinese …
-
## 概要
S2E単体ビルドできるよになったので,ワーニングを撲滅する
## 詳細
- https://github.com/ut-issl/c2a-core/issues/20 のつづき
- ISSL内部のあるマイコン用の環境 (C89) ではワーニングは出ないが,Visual Studioでは結構ワーニングがでているので撲滅する
- `#pragma section` とか…
-
https://github.com/reviewdog/inviter/actions/workflows/invite.yml is disable and not working now.
![image](https://user-images.githubusercontent.com/1157344/126634879-96def012-9c4d-41a2-bead-b85c18…
-
Unless I do `run: npm install` in a step before running `reviewdog/action-remark-lint@v2`, I get warnings about missing plugins. I feel that `npm install` is something the action should do itself, no?