Skip to content

Update Gemfile.lock: add ruby platform specification #26

Update Gemfile.lock: add ruby platform specification

Update Gemfile.lock: add ruby platform specification #26

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:

Check failure on line 10 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
if: !contains(github.event.pull_request.body, '[skip ci]')
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0', '3.3.4', '3.3.5' ]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake