We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68e26e commit 1ea5263Copy full SHA for 1ea5263
action.yml
@@ -1,10 +1,13 @@
1
-name: 'Kubeval Validation'
2
-description: 'Validates Kubernetes manifest files using kubeval'
3
-author: 'Dhrubajyyoti Chakraborty'
+name: "Kubeval Validation"
+description: "Validates Kubernetes manifest files using kubeval"
+author: "Dhrubajyyoti Chakraborty"
4
+branding:
5
+ icon: "check"
6
+ color: "black"
7
inputs:
8
directory:
- description: 'Directory containing the Kubernetes manifest files'
9
+ description: "Directory containing the Kubernetes manifest files"
10
required: true
11
runs:
- using: 'docker'
- image: 'Dockerfile'
12
+ using: "docker"
13
+ image: "Dockerfile"
0 commit comments