We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579fa6a commit d01b2c3Copy full SHA for d01b2c3
.github/workflows/test.yml
@@ -23,5 +23,9 @@ jobs:
23
ruby-version: "3.4" # Not needed with a .ruby-version, .tool-versions or mise.toml
24
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25
26
+ - name: Install Ruby gems for plugin-ruby
27
+ run: |
28
+ gem install syntax_tree --no-document
29
+
30
- name: Test
31
run: pnpm -s test:ci
0 commit comments