The Leeloo v2.1 and Leeloo-Mcro v1.1 use an unreleased power domain handling feature of ZMK. Building the firmware of these keyboards using Github Actions requires some adjustments to the default configuration. The following are the steps I followed to get Github Actions working with the ClicketySplit fork of ZMK.
Follow the instructions to install ZMK for GitHub Actions. Select Leeloo-Micro
as your keyboard when prompted. I had issues with pushing the local repository to github because https authentication has been deprecated. I fixed this by updating .git > config to use SSH connection. I recommend going through the build process once with the defaults to make sure everything is working as expected.
In `.github > workflows > build.yml