YunaBraska / github-workflow-plugin

Your Ultimate Wingman for GitHub Workflows and Actions! πŸš€
https://github.com/YunaBraska/github-workflow-plugin
Apache License 2.0
41 stars 8 forks source link

Support for matrix.os #44

Closed mhorioka closed 7 months ago

mhorioka commented 7 months ago

What do you want to achieve?

I Installed Github Workflow 3.2.1. Seems like syntax highlighting is not working with GH workflow yaml file.

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2023-11-21 16 21 16

Can you advise what can be wrong? Maybe I repeated picking up different json schema in the editor setting at the bottom and it breaks something?

What did you try already? Hi, I'm on IntelliJ IDEA 2023.3 Beta on macOS 14.1.1 Install the plugin Open a test project https://github.com/mhorioka/fizzbuzz_github_actions

YunaBraska commented 7 months ago

What issue do you have? The Plugin seems to be loaded as far as I can see from your screenshot. The GitHub icons are on the files, and the syntax highlighting started to underline and mark the actions to make them clickable. Next to it, you have a refresh button in case the action has some issues. I probably have no highlighting for matrix.os that's right. But when you misspell something like in your var ${{steps.npm-cache.outputs.dir}}, it should be highlighted then, and also it should give you code completion

mhorioka commented 7 months ago

@YunaBraska thank you for your confirmation!

YunaBraska commented 7 months ago

Cool, I will add matrix.os on my list to implement πŸ‘