]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commit
(MODULES-10800) Add GitHub Actions workflows
authorLuchian Nemes <luchian.nemes@puppet.com>
Tue, 8 Sep 2020 14:48:41 +0000 (17:48 +0300)
committerLuchian Nemes <luchian.nemes@puppet.com>
Thu, 10 Sep 2020 11:52:14 +0000 (14:52 +0300)
commit7094bff8501662d2017b325b00a8c8084f9f1d9e
tree6ce3b661aa0521cb19dce5af0d610b5e154157ff
parent455cb1c96f306769877fa1cb133025d28e8d8f92
(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.
.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml [new file with mode: 0644]
.github/workflows/static_code_analysis.yaml [new file with mode: 0644]
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml [new file with mode: 0644]
.github/workflows/unit_tests_with_released_puppet_gem.yaml [new file with mode: 0644]
.travis.yml [deleted file]
README.md
appveyor.yml [deleted file]