Merge pull request #89 from maxheld83/patch-6

add pandoc action
This commit is contained in:
Gary Ewan Park 2019-02-21 09:00:56 -08:00 committed by GitHub
commit f172c2f0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) - [SSH](https://github.com/maddox/actions/tree/master/ssh)
- [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action) - [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) - [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 #### Testing and Linting