-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
36 lines (36 loc) · 887 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: 'go-staticcheck'
description: 'Run go-staticcheck'
author: 'Conventional Actions'
inputs:
version:
required: false
description: 'version of staticcheck to use'
default: latest
output_path:
required: false
description: 'output file path'
default: staticcheck.sarif
checks:
required: false
description: 'comma-separated list of checks to enable'
format:
required: false
default: sarif
description: "output format (valid choices are 'sarif', 'stylish', 'text' and 'json')"
tags:
required: false
description: 'comma-separated list of build tags'
package:
required: false
default: './...'
description: 'package to check'
outputs:
output_path:
description: 'output file path'
runs:
using: 'node20'
pre: 'dist/setup/index.js'
main: 'dist/main/index.js'
branding:
icon: check-circle
color: purple