feat: add option to enable/disable annotations

This commit is contained in:
Fernandez Ludovic
2024-05-04 01:36:48 +02:00
parent 2bff406277
commit aebff4bd9c
5 changed files with 53 additions and 27 deletions

View File

@@ -35,6 +35,10 @@ inputs:
restore existing caches, subject to other options.
default: 'false'
required: false
annotations:
description: "To Enable/disable GitHub Action annotations"
default: 'true'
required: false
args:
description: "golangci-lint command line arguments"
default: ""