mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-07-04 23:51:37 +00:00
feat: add no-run-logs-group as experimental option (#1403)
This commit is contained in:
committed by
GitHub
parent
ed485de1ff
commit
efd0857dc4
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user