Re: [DISCUSS] Move to GitHub Actions
Florian Hockmann <f...@...>
OK, looks like we have a consensus on moving to GitHub Actions. Then we can start with the migration now.
> I created an example for GitHub Actions by converting the foundation db travis ci to github actions. > I also add two extra workflow to check a editorconfig and check for license header which can be copied over to all of our repos. > What do you think of GitHub Actions?
Thanks, Jan, for working on this already so we have an example to see GitHub Actions working on one of our repos. I think it looks really promising! It's also nice to see how easy it is to add such additional checks. I would though recommend that we don't do all at once in a single PR as that makes them harder to review and instead create follow-up PRs for the editorconfig and the license check. Adding these checks bloats the PR a bit as files unrelated to CI now need to be modified to get the checks green. fa...@... schrieb am Samstag, 21. November 2020 um 18:04:59 UTC+1:
I created an example for GitHub Actions by converting the foundation db travis ci to github actions.
|
|