From 619fd160b63cb1012f166ab5b88f4b4022e1227f Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 16 Jul 2020 07:07:22 -0700 Subject: [PATCH] Use Docker instead of run-time build --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 746fa671..5258faa0 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ author: 'GitHub' description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://github/super-linter' branding: icon: 'check-square' color: 'white'