diff --git a/action.yml b/action.yml new file mode 100644 index 00000000..f4130c00 --- /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'