Antti Harju
Antti Harju
https://github.com/mpalmer/action-validator can do this. In my use it appears to be the only issue it catches that actionlint does not. I would love it if actionlint could catch this issue...
GitHub has added support for anchors: https://docs.github.com/en/actions/reference/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases I'm not sure their new parser will 1:1 match the implementation action-validator uses but should be a lot closer
There seems to be some validation issues, sorry about those. I'll try to debug them in a private fork where CI runs wouldn't need maintainer approval. Are your current efforts...
I pushed a few more commits, validation is no longer an issue. The issue seems to be that the dependencies `com.onedrive.sdk:onedrive-sdk-android:1.2.0` and `com.microsoft.services.msa:msa-auth:0.8.6` are no longer available as jCenter has...
thanks for all the work!
Using `zig cc` for Rust cross-compiling like suggested at https://actually.fyi/posts/zig-makes-rust-cross-compilation-just-work/ seemed too good to be true. Encountered the error with https://github.com/anttiharju/compare-changes/tree/2cb94de6c18ada42a33a8f1426d352dc57a83ad5 when trying to ```sh cargo add clap --features derive...
@guw may be worth adding labels `os-macos` and `zig cc` for issue discoverability
Also if someone familiar with the codebase is able to spend a few minutes (really, feel free to timebox it) pointing out where to start in the code I would...
Turns out there a similar issue already open, but with a bit different pov ("it's matching stuff against a ton of files that are OUTSIDE the repo"): * https://github.com/mpalmer/action-validator/issues/77 I'm...
> Does that match with your understanding? What you've written down makes sense to me :+1: * I think I'll try to fix this, presumably can also fix https://github.com/mpalmer/action-validator/issues/27#issuecomment-3272786758 while...