From 03de57485b73e55dff359865d378593d3b465d59 Mon Sep 17 00:00:00 2001 From: Dawit Nida Date: Thu, 4 Apr 2019 10:55:47 +0300 Subject: [PATCH] Update README --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b68fec9..0657aa8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# packer-github-actions -Unofficial Packer GitHub Actions +# Packer Github Actions + +These is unofficial Packer [GitHub Actions][github-actions] which allows you to run packer validation and inspection on +pull requests to review Packer template changes and potentially build on pull merge. +Check out the [official Packer documentation][packer-doc] for further reference. + + +### TODOs + +- Documentations + - [ ] Getting started & usage + - [ ] Actions details +- Action for + - [ ] Validate Action + - [ ] Inspect Action + - [ ] Build Action + + +## Author +[Dawit Nida](https://github.com/dawitnida) + +[github-actions]: +[packer-doc]: