We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eac7ef commit b668aa6Copy full SHA for b668aa6
action.yml
@@ -0,0 +1,21 @@
1
+name: Snazzy LookML Linter
2
+author:
3
+description: Lint LookML Projects and create Pull Request reviews with linting violations.
4
+
5
+inputs:
6
+ failIf:
7
+ description: Fail if *any* violations are detected or only *new* ones (valid values are "new" or "any")
8
+ required: false
9
+ default: new
10
+ args:
11
+ description: Args to pass to the flake8 executable
12
13
+ default: "."
14
15
+runs:
16
+ using: docker
17
+ image: Dockerfile
18
19
+branding:
20
+ icon: code
21
+ color: gray-dark
0 commit comments