Skip to content

bugfix: set radio button checked according to form field (#445) #986

bugfix: set radio button checked according to form field (#445)

bugfix: set radio button checked according to form field (#445) #986

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: StandardRb check
run: bundle exec standardrb
- name: Run tests
run: bundle exec rake