Skip to content

Commit 74e452e

Browse files
committed
Added GHA.
1 parent 99c29e9 commit 74e452e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [dblock]

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: test
32
on: [push, pull_request]
43
jobs:
@@ -8,6 +7,6 @@ jobs:
87
- uses: actions/checkout@v3
98
- uses: ruby/setup-ruby@v1
109
with:
11-
ruby-version: 3.4
10+
ruby-version: '3.4'
1211
bundler-cache: true
13-
- run: bundle exec rake
12+
- run: bundle exec rake

0 commit comments

Comments
 (0)