You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'list of files to lint (using output of tj-actions/changed-files action in workflow)'
11
+
description: 'List of files to lint. Ignore if wanting to lint ALL project files. Use output from tj-actions/changed-files action in workflow to lint only files changed in commit/pull request.'
12
12
required: false
13
13
default: null
14
14
saveOutputToFile:
15
-
description: 'Flag to determine whether or not linter output should be saved to a .txt file within repo'
15
+
description: 'Flag to determine whether or not linter output should be saved to a .txt file within repo.'
16
16
required: false
17
17
default: false
18
18
type: boolean
19
19
20
+
outputs:
21
+
error_log:
22
+
description: 'Error/warning output generated by the linter (indented by LookML file names).'
0 commit comments