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 99c29e9 commit 74e452eCopy full SHA for 74e452e
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+github: [dblock]
.github/workflows/test.yml
@@ -1,4 +1,3 @@
----
2
name: test
3
on: [push, pull_request]
4
jobs:
@@ -8,6 +7,6 @@ jobs:
8
7
- uses: actions/checkout@v3
9
- uses: ruby/setup-ruby@v1
10
with:
11
- ruby-version: 3.4
+ ruby-version: '3.4'
12
bundler-cache: true
13
- - run: bundle exec rake
+ - run: bundle exec rake
0 commit comments