Andrew T. Biehl

Results 2 comments of Andrew T. Biehl

In case this would be helpful to anyone, I believe the following self-contained GitHub Actions workflow essentially recreates this issue: ```yaml name: Test Tree Sitter Ruby bindings on: workflow_dispatch jobs:...

I was also looking for a way to integrate Tree-sitter into Jekyll and eventually came up with a solution more akin to [the initial suggestion on this thread](https://github.com/tree-sitter/ruby-tree-sitter/issues/9#issuecomment-1092339588). [Here is...