diff --git a/action.yml b/action.yml new file mode 100644 index 00000000..0517dc30 --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: super-linter +author: github +description: It is a simple combination on various linters, written in bash, to help validate your source code. +runs: + using: 'docker' + image: 'Dockerfile' +branding: + icon: 'check-square' + color: 'white'