From 9cb300985a29e8785eb4fa62405e26342f376e75 Mon Sep 17 00:00:00 2001 From: Max Held Date: Thu, 21 Feb 2019 14:55:53 +0100 Subject: [PATCH] add pandoc action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9f2edc..2f4524c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [SSH](https://github.com/maddox/actions/tree/master/ssh) - [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action) - [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter) + - [Run `pandoc`](https://github.com/maxheld83/pandoc), the swiss army knife for document conversions. #### Testing and Linting