feat: add no-run-logs-group as experimental option (#1403)

This commit is contained in:
Ludovic Fernandez
2026-06-29 17:39:16 +02:00
committed by GitHub
parent ed485de1ff
commit efd0857dc4
5 changed files with 52 additions and 6 deletions
+17
View File
@@ -616,6 +616,23 @@ with:
</details>
#### `no-run-logs-group`
(optional)
This option disables the grouping of logs from golangci-lint run.
<details>
<summary>Example</summary>
```yaml
uses: golangci/golangci-lint-action@v9
with:
experimental: "no-run-logs-group"
```
</details>
## Annotations
Currently, GitHub parses the action's output and creates [annotations](https://github.blog/2018-12-14-introducing-check-runs-and-annotations/).