WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Merge pull request #355 from alexanderadam/chore/add_a_few_more_style… #222

Merge pull request #355 from alexanderadam/chore/add_a_few_more_style…

Merge pull request #355 from alexanderadam/chore/add_a_few_more_style… #222

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version: ["3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v5
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # [email protected]
with:
bundler-cache: true
- name: test
run: script/test