Skip to content

fix the remaining settings #48

fix the remaining settings

fix the remaining settings #48

Workflow file for this run

name: tests
on:
push:
jobs:
validate:
strategy:
matrix:
ruby-version: [2.7, 3.0, 3.1, 3.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "${{ matrix.ruby-version }}"
- name: Validate config
run: |-
bundle exec ruby validate_config.rb