mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-05 17:44:47 +00:00
add draft action
This commit is contained in:
parent
4a9038cffe
commit
52ce8f5803
6 changed files with 52 additions and 0 deletions
14
action.yml
Normal file
14
action.yml
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue