diff --git a/README.md b/README.md index 7b082ac..8802a49 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..6d66ba2 --- /dev/null +++ b/action.yml @@ -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" \ No newline at end of file