containers / udica

This repository contains a tool for generating SELinux security profiles for containers
GNU General Public License v3.0
478 stars 47 forks source link

Migrate CI to GitHub Actions #79

Closed WOnder93 closed 3 years ago

WOnder93 commented 3 years ago

Travis CI has recently introduced conditions that are unfriendly to open-source projects [1], so switch to GitHub Actions [2], which provides an equivalent service for free.

[1] https://docs.travis-ci.com/user/migrate/open-source-repository-migration [2] https://docs.github.com/en/free-pro-team@latest/actions

WOnder93 commented 3 years ago

Note that for some reason the GH actions are not run on the PR that adds them. I expect it will start working once the PR is merged. It passed on my fork: https://github.com/WOnder93/udica/actions/runs/387723492

wrabcak commented 3 years ago

LGTM. Thank you!