Add action.yml for action-v2 needs

This commit is contained in:
Fabrice Bellingard 2019-08-13 09:38:59 +02:00 committed by GitHub
commit cc7ffd578d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
action.yml Normal file
View file

@ -0,0 +1,8 @@
name: 'SonarCloud Scan'
description: 'Scan your code with SonarCloud to detect bugs, vulnerabilities and code smells in more than 25 programming languages.'
branding:
icon: 'check'
color: 'green'
runs:
using: 'docker'
image: 'Dockerfile'