add draft action

This commit is contained in:
Aleksandr Razumov
2020-04-26 00:39:46 +03:00
parent 4a9038cffe
commit 52ce8f5803
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'