ps-actions-sandbox / github-actions-lego

MIT License
0 stars 1 forks source link

❓ What is your experience with GitHub? #1

Open github-actions[bot] opened 1 week ago

github-actions[bot] commented 1 week ago

What is your experience with GitHub? Whats is your experience with other CI/CD tools? Comment below 👇

jacoblego commented 1 week ago

Beginner level experience. Interested it actions because it's part of a standard way of doing CI/CD in The LEGO Group.

CMeldgaard commented 1 week ago

Using it for E2E integration testing, automated CI/CD, unit testing, scheduled jobs etc.

tamaskenez commented 1 week ago

I've already migrated several of our C++ github repositories from GitLab to GitHub, along with the CI scripts which build/test/sign/release the code. I had no formal training, looked up everything on the go. I'd like to have a more established knowledge about what I'm already doing in actions.

CSkjolden commented 1 week ago

Currently using actions to do things such as automatically run a lint check, deploy our infrastructure, run our tests, build my projects, migrate databases and then deploy them. But basically mostly for CI/CD.

agarwalayushi298 commented 1 week ago

Beginner level experience. Would like to learn how to create GitHub Actions, CI/CD.

mxmpiskunov commented 1 week ago

We used to work mostly with Gitlab and Gitlab CI/CD. Around half a year ago we started to migrating some of the repos from gitlab to github. They are mostly backend services in python and terraform. Currently we are building project, linting, running tests, deploying infra using Github Actions