From 01eb77d401f7572f5bbdf31c8ba4ba51c6c9cfc3 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Sun, 22 Sep 2019 19:35:53 +0200 Subject: [PATCH] Add GitHub Actions build workflow badge --- .github/workflows/{test.yml => build.yml} | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{test.yml => build.yml} (97%) diff --git a/.github/workflows/test.yml b/.github/workflows/build.yml similarity index 97% rename from .github/workflows/test.yml rename to .github/workflows/build.yml index e8a9d0f..099214d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ --- on: push -name: Test +name: build jobs: test: name: Run tests diff --git a/README.md b/README.md index 2672f69..35c926c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DNSControl Action +![](https://github.com/koenrh/dnscontrol-action/workflows/build/badge.svg) + Deploy your DNS configuration using [GitHub Actions](https://github.com/actions) using [DNSControl](https://github.com/StackExchange/dnscontrol/).