Skip to content

Bump ruby version and update dependencies #440

Bump ruby version and update dependencies

Bump ruby version and update dependencies #440

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:

Check failure on line 9 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
bundler-cache: true
- name: Run tests
run: bundle exec rake test