Skip to content

Commit

Permalink
CI action.
Browse files Browse the repository at this point in the history
It doesn't work on this branch, but it will. Soon!
  • Loading branch information
halfninja committed Jun 6, 2024
1 parent 077535b commit ad3466b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake spec
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.8

0 comments on commit ad3466b

Please sign in to comment.