Skip to content

Commit b668aa6

Browse files
authored
Create action.yml
1 parent 0eac7ef commit b668aa6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

action.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
required: false
13+
default: "."
14+
15+
runs:
16+
using: docker
17+
image: Dockerfile
18+
19+
branding:
20+
icon: code
21+
color: gray-dark

0 commit comments

Comments
 (0)