aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuchian Nemes <luchian.nemes@puppet.com>2020-09-08 16:35:13 +0300
committermihaibuzgau <mihai.buzgau@puppet.com>2020-09-10 15:04:10 +0300
commit31f7208e7b2800c2013ee58a8ef6730aff9a39c2 (patch)
treedcaf9621ed8a177a9bc9ab89a87ddc9f4bafe119 /README.md
parent0f2d36f9f67bbb835f61bf2e0f53dac61e2c3462 (diff)
downloadpuppet-cron_core-31f7208e7b2800c2013ee58a8ef6730aff9a39c2.tar.gz
puppet-cron_core-31f7208e7b2800c2013ee58a8ef6730aff9a39c2.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 file for `Travis` has 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 3460895..95af7c6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
# cron_core
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-cron_core/workflows/%5BDaily%5D%20Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-cron_core/actions)
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-cron_core/workflows/Static%20Code%20Analysis/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-cron_core/actions)
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-cron_core/workflows/Unit%20Tests%20with%20nightly%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-cron_core/actions)
+[![Modules Status](https://github.com/puppetlabs/puppetlabs-cron_core/workflows/Unit%20Tests%20with%20released%20Puppet%20gem/badge.svg?branch=main)](https://github.com/puppetlabs/puppetlabs-cron_core/actions)
+
+
#### Table of Contents
1. [Description](#description)