Skip to content

ci: Add CI workflow & change project Ruby version #1

ci: Add CI workflow & change project Ruby version

ci: Add CI workflow & change project Ruby version #1

Workflow file for this run

name: CI
on:
- push
env:
CC_TEST_REPORTER_ID: 7729fca8695dd1ce5c6117fcd57680ee5a00726647ae7d4fe52c029de211449f
COVERAGE_REPORT: true
jobs:
ci:
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