👩💻 Join our community of thousands of amazing developers!
I’m a big fan of GitHub Actions to automate workflows. They are declarative in nature, developed as open-source components, and execution is container-based. I also recently learned that GitHub Actions were actually not tied to GitHub infrastructure, and can be executed locally, using act. Let’s build OpenSearch job-scheduler on a local Linux. Download Act Download and install act from here. I just run the install.sh because YOLO. curl https://raw.githubusercontent.com/nektos/act/master/install....