Skip to content

Merge pull request #88 from ViewComponent/dependabot/bundler/uri-1.0.4 #121

Merge pull request #88 from ViewComponent/dependabot/bundler/uri-1.0.4

Merge pull request #88 from ViewComponent/dependabot/bundler/uri-1.0.4 #121

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: gems-${{ hashFiles('**/Gemfile.lock') }}
- name: Build and test with Rake
run: |
bundle config path vendor/bundle
bundle update
bundle exec rake