From 3bb2eda41b86f7b6ee8d9697b3cd9b72e5461583 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 20:58:05 +0700 Subject: [PATCH] Format readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf923e4..5f3ed4d 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,25 @@ # Starter Docker - GitHub Actions + - Run actions with docker (latest version) - Quick and easy to use - Support custom registry - Support custom shell and commands # Usage + ```yaml - name: Starter Docker uses: CUBETIQ/starter-docker-actions@v0.2 ``` # Example Action + ```yaml name: CI on: push: - branches: [ master ] + branches: [master] jobs: build: @@ -32,4 +35,5 @@ jobs: ``` # Contributors -- Sambo Chea \ No newline at end of file + +- Sambo Chea