Skip to content

Add Swiss French support #27

Add Swiss French support

Add Swiss French support #27

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
ruby_version: [2.6.x, 2.5.x, 2.4.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Build and test with Rake
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rspec
bundle exec rubocop