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 471e75c commit 8ddccf3Copy full SHA for 8ddccf3
.github/workflows/2024-ruby.yaml
@@ -20,5 +20,6 @@ jobs:
20
uses: ruby/setup-ruby@v1
21
with:
22
bundler-cache: true
23
+ working-directory: ./2024/ruby
24
- name: Run tests
25
run: bundle exec rspec
2024/ruby/README.md
@@ -2,7 +2,7 @@
2
3
[](https://github.com/invalidusrname/adventofcode/actions/workflows/2024-ruby.yaml)
4
5
-Solutions for [Advent of Code 2024](https://adventofcode.com/2024) done in ruby
+Solutions for [Advent of Code 2024](https://adventofcode.com/2024) done in Ruby
6
7
## Setup
8
0 commit comments