From 35a0a7a26d889587da198a560f9a67b841416319 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 30 Jun 2020 16:45:08 -0700 Subject: [PATCH] Add gif to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5741c9a..bddc5abe 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,11 @@ Developers on **GitHub** can call the **GitHub Action** to lint their code base | **YAML** | [YamlLint](https://github.com/adrienverge/yamllint) | ## How to use +How to gif + To use this **GitHub** Action you will need to complete the following: 1. Create a new file in your repository called `.github/workflows/linter.yml` -2. Copy the example workflow from below into that new file +2. Copy the example workflow from below into that new file, no extra configuration required 3. Commit that file to a new branch 4. Open up a pull request and observe the action working 5. Enjoy your more *stable*, and *cleaner* code base