Skip to content

Commit

Permalink
add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladyn Nunes committed Apr 10, 2020
1 parent 0761227 commit 6557e89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# auto-go-format
This github action automatically formats your golang files in pull requests and pushes them.:rocket:
This github action automatically formats your golang files in pull requests and pushes them. :rocket:


# Installation
Expand Down
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Go Formatter"
description: "Automatically formats golang files in pull requests"
author: "sladyn98"

runs:
using: "docker"
image: "Dockerfile"

branding:
icon: "git-pull-request"
color: "blue"

0 comments on commit 6557e89

Please sign in to comment.