Matt Palmer

Results 144 comments of Matt Palmer

> Imagine we're 10 platforms down the line, and then we need to find an approach that works for all 10 platforms :scream_cat: On the other hand, I can't think...

Packaging `action-validator`-the-CLI as a Python, Ruby, etc package doesn't make a lot of sense, as either it's shipped as a source package, in which case you'd need a Rust compiler...

*Possible*, yes. It would be a fair amount of work, though, as I doubt there's a Rust library that implements parsing+validation for the particular syntax used by GitHub, so that...

I don't really have the expertise to make the best decision on this, I think. WASI does seem like a better approach than trying to tiptoe around the great mass...

Hi Rogério, This feels like a facet of what would be caught by a solid implementation of #22 -- although the particular problem mentioned in that feature request is missing...

I wouldn't say no to a PR implementing that.

The `action-validator` tool itself reports the nature of the failure that occurred, and [the script that `pre-commit` uses to run `action-validator`](https://github.com/mpalmer/action-validator/blob/main/bin/run-action-validator) does not appear to suppress that output, so this...

Hi Kurtis, good catch. I've never used a negative glob myself, so I guess that's why they don't work. :joy: Clippy's got a bone to pick with you -- although...

Thanks for the updates, Kurtis. I'll get onto this by next week, I promise. :crossed_fingers:

Sorry, I thought once I'd approved them once they'd be run automatically thereafter. TIL...