Merge pull request #428 from github/fix-marketplace-button

Use Docker instead of run-time build
This commit is contained in:
Lukas Gravley 2020-07-16 09:45:22 -05:00 committed by GitHub
commit 70f801e008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:v3'
branding:
icon: 'check-square'
color: 'white'