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 8c1a04f commit 49f1662Copy full SHA for 49f1662
recipes/ci-cd/github-actions/workflows/ruby.md
@@ -1,5 +1,6 @@
1
# Ruby
2
3
+{% raw %}
4
5
## Samples
6
@@ -18,7 +19,7 @@
18
19
20
- run: ruby hello.rb
21
```
-
22
+
23
### Cache dependencies
24
25
[](https://github.com/actions/cache)
@@ -40,3 +41,5 @@ Based on [example](https://github.com/actions/cache/blob/master/examples.md#ruby
40
41
bundle config set path vendor/bundle
42
bundle install --jobs 4 --retry 3
43
44
45
+{% endraw %}
0 commit comments