-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathActionLintConfig.yaml
More file actions
32 lines (27 loc) · 1.16 KB
/
ActionLintConfig.yaml
File metadata and controls
32 lines (27 loc) · 1.16 KB
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
# self-hosted-runner:
# # Labels of self-hosted runner in array of strings.
# labels: []
# # Configuration variables in array of strings defined in your repository or
# # organization. `null` means disabling configuration variables check.
# # Empty array means no configuration variable is allowed.
# config-variables: null
# Configuration for file paths. The keys are glob patterns to match to file
# paths relative to the repository root. The values are the configurations for
# the file paths. Note that the path separator is always '/'.
# The following configurations are available.
#
# "ignore" is an array of regular expression patterns. Matched error messages
# are ignored. This is similar to the "-ignore" command line option.
paths:
../.github/workflows/Build.yml:
ignore:
- "shellcheck reported issue in this script: SC2034:warning"
../.github/workflows/summary.yml:
ignore:
- "unknown permission scope"
.github/workflows/Build.yml:
ignore:
- "shellcheck reported issue in this script: SC2034:warning"
.github/workflows/summary.yml:
ignore:
- "unknown permission scope"