Skip to content

Merge pull request #15 from yosipy/yosipy-patch-1 #54

Merge pull request #15 from yosipy/yosipy-patch-1

Merge pull request #15 from yosipy/yosipy-patch-1 #54

Workflow file for this run

name: Ruby CI
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- "2.7.8"
- "3.1.6"
- "3.2.4"
- "3.3.1"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run rspec
run: bundle exec rspec
- name: YAML structure checker
run: >
bundle exec ruby exe/yaml_structure_checker
spec/fixtures/checker/config/yaml_structure_checker_for_ci.yml