Sergei Zharinov
Sergei Zharinov
Example: https://github.com/zharinov/zprint/runs/7554958077?check_suite_focus=true UPD. A-a-and it stopped working once I've created this PR
Works with separated CLJ (ubuntu) and CLJS (macos). I didn't manage to install Planck on ubuntu in reliable manner, so hopefully this separated approach would be a good start. Example:...
> Is this what you were intending to offer, and if I accept this PR, then you are finished? Or are you looking for a additional things that would be...
> I knew nothing about Temurin Java, for instance. I don't know much about current Java implementations either, but what I know is that `temurin` is kind of default, so...
> Now, presently, test_config doesn't exit with a non-zero exit status if it fails. It just spits up vast quantities of junk which makes it pretty clear it failed, but...
Okay, I see now. Another approach would be checking whether every non-first line of script output is starting from `...........` or not. This one is more quick-and-dirty, but may be...
Status update: I managed to create workflow that is covering all six requirements mentioned earlier ([see example](https://github.com/zharinov/zprint/actions/runs/2808657233)). However, it has some ugly parts (e.g., version string detection) and next week...
1. If I understand it correctly, it is uploading to the artifact storage internal to the GitHub actions. This is storage to share common data between jobs. What we want...
One problematic thing I see now is that build automation for M1 processor. GitHub doesn't provide runners on this chip, so we need to build it somewhere else. I tend...
Thank you for quick response, and let me answer your questions: 1. I'm using `zprint` instead of code formatting facility provided by Cursive IDE, though have no big Clojure projects...