add draft action

This commit is contained in:
Aleksandr Razumov 2020-04-26 00:39:46 +03:00
parent 4a9038cffe
commit 52ce8f5803
No known key found for this signature in database
GPG key ID: 1D14A82D2E311045
6 changed files with 52 additions and 0 deletions

14
action.yml Normal file
View file

@ -0,0 +1,14 @@
---
name: 'Run golangci-lint'
description: '🐶 Run golangci-lint (WIP)'
author: 'golangci'
inputs:
github_token:
description: 'GITHUB_TOKEN'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'check-circle'
color: 'blue'