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 279aaaa commit 015280bCopy full SHA for 015280b
.github/workflows/checks.yml
@@ -28,5 +28,5 @@ jobs:
28
- name: Install
29
run: bundle install
30
31
- - name: Run
32
- run: rake run
+ - name: Run the application
+ run: bundle exec ruby app.rb
0 commit comments