Skip to content

fix nested field delete layout #98

fix nested field delete layout

fix nested field delete layout #98

Workflow file for this run

name: Ruby
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- "3.2.2"
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Format ruby
run: bundle exec standardrb
- name: Analyze ruby
run: bundle exec brakeman -i brakeman.ignore
- name: Audit bundle
run: bundle exec bundle-audit