@@ -10,22 +10,20 @@ jobs:
10
10
shellcheck :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : ShellCheck
16
- uses : ludeeus/action-shellcheck@1.1 .0
16
+ uses : ludeeus/action-shellcheck@2.0 .0
17
17
# with:
18
18
# A space separated list of additional filename to check
19
- # additional_files: # optional, default is
19
+ # additional_files: # optional, default is ''
20
20
# Paths to ignore when running ShellCheck
21
- # ignore : # optional, default is
21
+ # ignore_paths : # optional, default is ''
22
22
# Minimum severity of errors to consider. Options: [error, warning, info, style]
23
- # severity: # optional, default is
23
+ # severity: # optional, default is ''
24
24
# Run shellcheck on _all_ files at once, instead of one at a time
25
- # check_together: # optional, default is
25
+ # check_together: # optional, default is ''
26
26
# Directory to be searched for files. Defaults to .
27
27
# scandir: # optional, default is .
28
- # Set to true to skip using problem-matcher
29
- # disable_matcher: # optional, default is false
30
28
# Output format (checkstyle, diff, gcc, json, json1, quiet, tty)
31
29
# format: # optional, default is gcc
0 commit comments