aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuchian Nemes <luchian.nemes@puppet.com>2020-09-08 17:04:48 +0300
committerLuchian Nemes <luchian.nemes@puppet.com>2020-09-10 15:03:43 +0300
commit5777549b65172b4f165aaee3967095cfe2db5b28 (patch)
treebfab5641b7d8b39a5bb5d7fbc10ae96343f1754d /README.md
parent584065816f0b0a57ad974d5598a35e2623798a96 (diff)
downloadpuppet-hosts_core-5777549b65172b4f165aaee3967095cfe2db5b28.tar.gz
puppet-hosts_core-5777549b65172b4f165aaee3967095cfe2db5b28.tar.bz2
(MODULES-10800) Add GitHub Actions workflows
Added GitHub Actions workflows for `Static Code Analysis` and `Unit Tests` that run each time there is a new `pull request` or `git push`. `Unit tests` are also set to run every workday at `05:00:00 UTC`. The `.yaml` config files of `Travis` and `AppVeyor` have been removed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3465e6..02273ad 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
# host_core
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-host_core/workflows/%5BDaily%5D%20Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-host_core/actions)
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-host_core/workflows/Static%20Code%20Analysis/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-host_core/actions)
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-host_core/workflows/Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-host_core/actions)
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-host_core/workflows/Unit%20Tests%20with%20released%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-host_core/actions)
+
+
#### Table of Contents
1. [Description](#description)