Andy Waite
Andy Waite
Looking into some options: https://github.com/Shopify/ruby-lsp/pull/2092
@searls `standard` is now available as a formatter option: https://github.com/Shopify/ruby-lsp/pull/2092
@searls you can test it by checking out the `main` branch, selecting the `vscode` workspace and, then selecting `Run and Debug`: https://github.com/Shopify/ruby-lsp/blob/main/CONTRIBUTING.md#live-debugging Everyone on the team is at a company...
>@vinistock @andyw8 if you would be so kind, let me know when a version of the vscode extension has shipped with the standard enum present and I'll go to town...
(we'll need to move this over to the [monorepo](https://github.com/Shopify/ruby-lsp))
Example: https://github.com/actions/example-services/blob/main/.github/workflows/redis-service.yml
:wave: I've just added some basic support and it's working for the example app: https://github.com/andyw8/setup-rails-example-app/blob/main/spec/redis_spec.rb Can you try point your config to use the `main` branch and see if works...
This may be a useful reference: https://github.com/excid3/noticed/blob/master/.github/workflows/ci.yml
https://github.com/rails/rails/blob/main/railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt
See also jasmine-rails